Html Css Color HEX #D6EAEC Oyster Bay

📋 copy color: '#D6EAEC'

red 214 ◦ green 234 ◦ blue 236

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

Shades of Oyster Bay #D6EAEC

Tints of Oyster Bay #D6EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.21%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 31.29%
G = 34.21%
B = 34.5%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6EAEC (or 0xD6EAEC) is known color: Oyster Bay. HEX triplet: D6, EA and EC. RGB value is (214,234,236). Sum of RGB (Red+Green+Blue) = 214+234+236=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAEC is #291513. Grayscale: #E4E4E4. Windows color (decimal): -2692372 or 15526614. OLE color: 15526614.

HSL color Cylindrical-coordinate representation of color #D6EAEC: hue angle of 185.45º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EAEC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 234 236 -
CMYK 0.09 0.01 0 0.07
HSL 185.45º 0.37% 0.88% -
HSV(B) 185.45º 0.09% 0.93% -
XYZ 72.29 79.2 90.83 -
YUV 228.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 214 234 236 0.09 0.01 0 0.07 185.45 0.37 0.88
Hex D6 EA EC 9 1 0 7 B9 25 58
Octal 326 352 354 11 1 0 7 271 45 130
Binary 11010110 11101010 11101100 1001 1 0 111 10111001 100101 1011000

Color Harmonies of #D6EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAEC

Black with #D6EAEC

Text Example


Text Example

White with #D6EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAEC; }

 p { color: rgb(214,234,236); }

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

background-color css

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

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

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

border-color css

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

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

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