Html Css Color HEX #D0EDF2 Oyster Bay

📋 copy color: '#D0EDF2'

red 208 ◦ green 237 ◦ blue 242

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

Shades of Oyster Bay #D0EDF2

Tints of Oyster Bay #D0EDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.23%

R = 30.28%
G = 34.5%
B = 35.23%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0EDF2 (or 0xD0EDF2) is known color: Oyster Bay. HEX triplet: D0, ED and F2. RGB value is (208,237,242). Sum of RGB (Red+Green+Blue) = 208+237+242=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF2 is #2F120D. Grayscale: #E4E4E4. Windows color (decimal): -3084814 or 15920592. OLE color: 15920592.

HSL color Cylindrical-coordinate representation of color #D0EDF2: hue angle of 188.82º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EDF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 237 242 -
CMYK 0.14 0.02 0 0.05
HSL 188.82º 0.57% 0.88% -
HSV(B) 188.82º 0.14% 0.95% -
XYZ 72.32 80.39 95.71 -
YUV 228.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 208 237 242 0.14 0.02 0 0.05 188.82 0.57 0.88
Hex D0 ED F2 E 2 0 5 BD 39 58
Octal 320 355 362 16 2 0 5 275 71 130
Binary 11010000 11101101 11110010 1110 10 0 101 10111101 111001 1011000

Color Harmonies of #D0EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDF2

Black with #D0EDF2

Text Example


Text Example

White with #D0EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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