Html Css Color HEX #D0EEED Oyster Bay

📋 copy color: '#D0EEED'

red 208 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #D0EEED

Tints of Oyster Bay #D0EEED

RGB

 RED value IS 208 (81.64% from 255) = 30.45%

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

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

R = 30.45%
G = 34.85%
B = 34.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D0EEED (or 0xD0EEED) is known color: Oyster Bay. HEX triplet: D0, EE and ED. RGB value is (208,238,237). Sum of RGB (Red+Green+Blue) = 208+238+237=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEED is #2F1112. Grayscale: #E4E4E4. Windows color (decimal): -3084563 or 15593168. OLE color: 15593168.

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

Color convert

RGB 208 238 237 -
CMYK 0.13 0 0.00 0.07
HSL 178º 0.47% 0.87% -
HSV(B) 178º 0.13% 0.93% -
XYZ 71.87 80.67 91.9 -
YUV 228.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 208 238 237 0.13 0 0.00 0.07 178 0.47 0.87
Hex D0 EE ED D 0 0 7 B2 2F 57
Octal 320 356 355 15 0 0 7 262 57 127
Binary 11010000 11101110 11101101 1101 0 0 111 10110010 101111 1010111

Color Harmonies of #D0EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEED

Black with #D0EEED

Text Example


Text Example

White with #D0EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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