Html Css Color HEX #D9E9E9 Oyster Bay

📋 copy color: '#D9E9E9'

red 217 ◦ green 233 ◦ blue 233

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

Shades of Oyster Bay #D9E9E9

Tints of Oyster Bay #D9E9E9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.11%

 BLUE value IS 233 (91.41% from 255) = 34.11%

R = 31.77%
G = 34.11%
B = 34.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9E9E9 (or 0xD9E9E9) is known color: Oyster Bay. HEX triplet: D9, E9 and E9. RGB value is (217,233,233). Sum of RGB (Red+Green+Blue) = 217+233+233=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #D9E9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E9E9 is #261616. Grayscale: #E4E4E4. Windows color (decimal): -2496023 or 15329753. OLE color: 15329753.

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

Color convert

RGB 217 233 233 -
CMYK 0.07 0 0 0.09
HSL 180º 0.27% 0.88% -
HSV(B) 180º 0.07% 0.91% -
XYZ 72.46 78.91 88.5 -
YUV 228.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 217 233 233 0.07 0 0 0.09 180 0.27 0.88
Hex D9 E9 E9 7 0 0 9 B4 1B 58
Octal 331 351 351 7 0 0 11 264 33 130
Binary 11011001 11101001 11101001 111 0 0 1001 10110100 11011 1011000

Color Harmonies of #D9E9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E9E9

Black with #D9E9E9

Text Example


Text Example

White with #D9E9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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