Html Css Color HEX #D6EBEB Oyster Bay

📋 copy color: '#D6EBEB'

red 214 ◦ green 235 ◦ blue 235

#D6EBEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #D6EBEB

Tints of Oyster Bay #D6EBEB

RGB

 RED value IS 214 (83.98% from 255) = 31.29%

 GREEN value IS 235 (92.19% from 255) = 34.36%

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 31.29%
G = 34.36%
B = 34.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6EBEB (or 0xD6EBEB) is known color: Oyster Bay. HEX triplet: D6, EB and EB. RGB value is (214,235,235). Sum of RGB (Red+Green+Blue) = 214+235+235=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D6EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBEB is #291414. Grayscale: #E4E4E4. Windows color (decimal): -2692117 or 15461334. OLE color: 15461334.

HSL color Cylindrical-coordinate representation of color #D6EBEB: hue angle of 180º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EBEB is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 235 -
CMYK 0.09 0 0 0.08
HSL 180º 0.34% 0.88% -
HSV(B) 180º 0.09% 0.92% -
XYZ 72.44 79.71 90.17 -
YUV 228.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 214 235 235 0.09 0 0 0.08 180 0.34 0.88
Hex D6 EB EB 9 0 0 8 B4 22 58
Octal 326 353 353 11 0 0 10 264 42 130
Binary 11010110 11101011 11101011 1001 0 0 1000 10110100 100010 1011000

Color Harmonies of #D6EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBEB

Black with #D6EBEB

Text Example


Text Example

White with #D6EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBEB; }

 p { color: rgb(214,235,235); }

 H1.HeaderClassName
 {
   color: #D6EBEB;
 }
 .AnyTagClassName
 {
   color: #D6EBEB;
 }
</style>

background-color css

<style>
 a { background-color: #D6EBEB; }

 a { background-color: rgb(214,235,235); }

 div.DivClassName
 {
   background-color: #D6EBEB;
 }
 .BgClassName
 {
   background-color: #D6EBEB;
 }
</style>

border-color css

<style>
 span { border-color: #D6EBEB; }

 span { border-color: rgb(214,235,235); }

 td.TdClassName
 {
   border-color: #D6EBEB;
 }
 .TagClassName
 {
   border-color: #D6EBEB;
 }
</style>