Html Css Color HEX #D8EDEF Oyster Bay

📋 copy color: '#D8EDEF'

red 216 ◦ green 237 ◦ blue 239

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

Shades of Oyster Bay #D8EDEF

Tints of Oyster Bay #D8EDEF

RGB

 RED value IS 216 (84.77% from 255) = 31.21%

 GREEN value IS 237 (92.97% from 255) = 34.25%

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

R = 31.21%
G = 34.25%
B = 34.54%

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

#D8EDEF (or 0xD8EDEF) is known color: Oyster Bay. HEX triplet: D8, ED and EF. RGB value is (216,237,239). Sum of RGB (Red+Green+Blue) = 216+237+239=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 237 (92.97% from 255 or 34.25% 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 #D8EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDEF is #271210. Grayscale: #E6E6E6. Windows color (decimal): -2560529 or 15723992. OLE color: 15723992.

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

Color convert

RGB 216 237 239 -
CMYK 0.10 0.01 0 0.06
HSL 185.22º 0.42% 0.89% -
HSV(B) 185.22º 0.1% 0.94% -
XYZ 74.18 81.4 93.46 -
YUV 230.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 216 237 239 0.10 0.01 0 0.06 185.22 0.42 0.89
Hex D8 ED EF A 1 0 6 B9 2A 59
Octal 330 355 357 12 1 0 6 271 52 131
Binary 11011000 11101101 11101111 1010 1 0 110 10111001 101010 1011001

Color Harmonies of #D8EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDEF

Black with #D8EDEF

Text Example


Text Example

White with #D8EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDEF; }

 p { color: rgb(216,237,239); }

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

background-color css

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

 a { background-color: rgb(216,237,239); }

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

border-color css

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

 span { border-color: rgb(216,237,239); }

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