Html Css Color HEX #D9EEF2 Oyster Bay

📋 copy color: '#D9EEF2'

red 217 ◦ green 238 ◦ blue 242

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

Shades of Oyster Bay #D9EEF2

Tints of Oyster Bay #D9EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.15%

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 31.13%
G = 34.15%
B = 34.72%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9EEF2 (or 0xD9EEF2) is known color: Oyster Bay. HEX triplet: D9, EE and F2. RGB value is (217,238,242). Sum of RGB (Red+Green+Blue) = 217+238+242=697 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.13% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEF2 is #26110D. Grayscale: #E8E8E8. Windows color (decimal): -2494734 or 15920857. OLE color: 15920857.

HSL color Cylindrical-coordinate representation of color #D9EEF2: hue angle of 189.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9EEF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 238 242 -
CMYK 0.10 0.02 0 0.05
HSL 189.6º 0.49% 0.9% -
HSV(B) 189.6º 0.1% 0.95% -
XYZ 75.22 82.31 95.93 -
YUV 232.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 217 238 242 0.10 0.02 0 0.05 189.6 0.49 0.9
Hex D9 EE F2 A 2 0 5 BE 31 5A
Octal 331 356 362 12 2 0 5 276 61 132
Binary 11011001 11101110 11110010 1010 10 0 101 10111110 110001 1011010

Color Harmonies of #D9EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEF2

Black with #D9EEF2

Text Example


Text Example

White with #D9EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEF2; }

 p { color: rgb(217,238,242); }

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

background-color css

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

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

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

border-color css

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

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

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