Html Css Color HEX #D9ECEF Oyster Bay

📋 copy color: '#D9ECEF'

red 217 ◦ green 236 ◦ blue 239

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

Shades of Oyster Bay #D9ECEF

Tints of Oyster Bay #D9ECEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 31.36%
G = 34.1%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9ECEF (or 0xD9ECEF) is known color: Oyster Bay. HEX triplet: D9, EC and EF. RGB value is (217,236,239). Sum of RGB (Red+Green+Blue) = 217+236+239=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECEF is #261310. Grayscale: #E6E6E6. Windows color (decimal): -2495249 or 15723737. OLE color: 15723737.

HSL color Cylindrical-coordinate representation of color #D9ECEF: hue angle of 188.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9ECEF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 236 239 -
CMYK 0.09 0.01 0 0.06
HSL 188.18º 0.41% 0.89% -
HSV(B) 188.18º 0.09% 0.94% -
XYZ 74.19 80.97 93.38 -
YUV 230.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 217 236 239 0.09 0.01 0 0.06 188.18 0.41 0.89
Hex D9 EC EF 9 1 0 6 BC 29 59
Octal 331 354 357 11 1 0 6 274 51 131
Binary 11011001 11101100 11101111 1001 1 0 110 10111100 101001 1011001

Color Harmonies of #D9ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ECEF

Black with #D9ECEF

Text Example


Text Example

White with #D9ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ECEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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