Html Css Color HEX #D9ECEC Oyster Bay

📋 copy color: '#D9ECEC'

red 217 ◦ green 236 ◦ blue 236

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

Shades of Oyster Bay #D9ECEC

Tints of Oyster Bay #D9ECEC

RGB

 RED value IS 217 (85.16% from 255) = 31.49%

 GREEN value IS 236 (92.58% from 255) = 34.25%

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

R = 31.49%
G = 34.25%
B = 34.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9ECEC (or 0xD9ECEC) is known color: Oyster Bay. HEX triplet: D9, EC and EC. RGB value is (217,236,236). Sum of RGB (Red+Green+Blue) = 217+236+236=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D9ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECEC is #261313. Grayscale: #E6E6E6. Windows color (decimal): -2495252 or 15527129. OLE color: 15527129.

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

Color convert

RGB 217 236 236 -
CMYK 0.08 0 0 0.07
HSL 180º 0.33% 0.89% -
HSV(B) 180º 0.08% 0.93% -
XYZ 73.75 80.8 91.07 -
YUV 230.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 217 236 236 0.08 0 0 0.07 180 0.33 0.89
Hex D9 EC EC 8 0 0 7 B4 21 59
Octal 331 354 354 10 0 0 7 264 41 131
Binary 11011001 11101100 11101100 1000 0 0 111 10110100 100001 1011001

Color Harmonies of #D9ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ECEC

Black with #D9ECEC

Text Example


Text Example

White with #D9ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ECEC; }

 p { color: rgb(217,236,236); }

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

background-color css

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

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

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

border-color css

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

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

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