Html Css Color HEX #D8EEED Oyster Bay

📋 copy color: '#D8EEED'

red 216 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #D8EEED

Tints of Oyster Bay #D8EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 31.26%
G = 34.44%
B = 34.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D8EEED (or 0xD8EEED) is known color: Oyster Bay. HEX triplet: D8, EE and ED. RGB value is (216,238,237). Sum of RGB (Red+Green+Blue) = 216+238+237=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEED is #271112. Grayscale: #E7E7E7. Windows color (decimal): -2560275 or 15593176. OLE color: 15593176.

HSL color Cylindrical-coordinate representation of color #D8EEED: hue angle of 177.27º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EEED is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 238 237 -
CMYK 0.09 0 0.00 0.07
HSL 177.27º 0.39% 0.89% -
HSV(B) 177.27º 0.09% 0.93% -
XYZ 74.18 81.86 92.01 -
YUV 231.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 216 238 237 0.09 0 0.00 0.07 177.27 0.39 0.89
Hex D8 EE ED 9 0 0 7 B1 27 59
Octal 330 356 355 11 0 0 7 261 47 131
Binary 11011000 11101110 11101101 1001 0 0 111 10110001 100111 1011001

Color Harmonies of #D8EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEED

Black with #D8EEED

Text Example


Text Example

White with #D8EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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