Html Css Color HEX #D0E5E7 Oyster Bay

📋 copy color: '#D0E5E7'

red 208 ◦ green 229 ◦ blue 231

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

Shades of Oyster Bay #D0E5E7

Tints of Oyster Bay #D0E5E7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 231 (90.63% from 255) = 34.58%

R = 31.14%
G = 34.28%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0E5E7 (or 0xD0E5E7) is known color: Oyster Bay. HEX triplet: D0, E5 and E7. RGB value is (208,229,231). Sum of RGB (Red+Green+Blue) = 208+229+231=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0E5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5E7 is #2F1A18. Grayscale: #DEDEDE. Windows color (decimal): -3086873 or 15197648. OLE color: 15197648.

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

Color convert

RGB 208 229 231 -
CMYK 0.10 0.01 0 0.09
HSL 185.22º 0.32% 0.86% -
HSV(B) 185.22º 0.1% 0.91% -
XYZ 68.46 75.22 86.51 -
YUV 222.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 208 229 231 0.10 0.01 0 0.09 185.22 0.32 0.86
Hex D0 E5 E7 A 1 0 9 B9 20 56
Octal 320 345 347 12 1 0 11 271 40 126
Binary 11010000 11100101 11100111 1010 1 0 1001 10111001 100000 1010110

Color Harmonies of #D0E5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E5E7

Black with #D0E5E7

Text Example


Text Example

White with #D0E5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E5E7; }

 p { color: rgb(208,229,231); }

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

background-color css

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

 a { background-color: rgb(208,229,231); }

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

border-color css

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

 span { border-color: rgb(208,229,231); }

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