Html Css Color HEX #D9EEF0 Oyster Bay

📋 copy color: '#D9EEF0'

red 217 ◦ green 238 ◦ blue 240

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

Shades of Oyster Bay #D9EEF0

Tints of Oyster Bay #D9EEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.53%

R = 31.22%
G = 34.24%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9EEF0 (or 0xD9EEF0) is known color: Oyster Bay. HEX triplet: D9, EE and F0. RGB value is (217,238,240). Sum of RGB (Red+Green+Blue) = 217+238+240=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEF0 is #26110F. Grayscale: #E7E7E7. Windows color (decimal): -2494736 or 15789785. OLE color: 15789785.

HSL color Cylindrical-coordinate representation of color #D9EEF0: hue angle of 185.22º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9EEF0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 238 240 -
CMYK 0.10 0.01 0 0.06
HSL 185.22º 0.43% 0.9% -
HSV(B) 185.22º 0.1% 0.94% -
XYZ 74.92 82.19 94.35 -
YUV 231.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 217 238 240 0.10 0.01 0 0.06 185.22 0.43 0.9
Hex D9 EE F0 A 1 0 6 B9 2B 5A
Octal 331 356 360 12 1 0 6 271 53 132
Binary 11011001 11101110 11110000 1010 1 0 110 10111001 101011 1011010

Color Harmonies of #D9EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEF0

Black with #D9EEF0

Text Example


Text Example

White with #D9EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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