Html Css Color HEX #D0E9EC Oyster Bay

📋 copy color: '#D0E9EC'

red 208 ◦ green 233 ◦ blue 236

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

Shades of Oyster Bay #D0E9EC

Tints of Oyster Bay #D0E9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.42%

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 30.72%
G = 34.42%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0E9EC (or 0xD0E9EC) is known color: Oyster Bay. HEX triplet: D0, E9 and EC. RGB value is (208,233,236). Sum of RGB (Red+Green+Blue) = 208+233+236=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9EC is #2F1613. Grayscale: #E1E1E1. Windows color (decimal): -3085844 or 15526352. OLE color: 15526352.

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

Color convert

RGB 208 233 236 -
CMYK 0.12 0.01 0 0.07
HSL 186.43º 0.42% 0.87% -
HSV(B) 186.43º 0.12% 0.93% -
XYZ 70.29 77.74 90.66 -
YUV 225.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 208 233 236 0.12 0.01 0 0.07 186.43 0.42 0.87
Hex D0 E9 EC C 1 0 7 BA 2A 57
Octal 320 351 354 14 1 0 7 272 52 127
Binary 11010000 11101001 11101100 1100 1 0 111 10111010 101010 1010111

Color Harmonies of #D0E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9EC

Black with #D0E9EC

Text Example


Text Example

White with #D0E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9EC; }

 p { color: rgb(208,233,236); }

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

background-color css

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

 a { background-color: rgb(208,233,236); }

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

border-color css

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

 span { border-color: rgb(208,233,236); }

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