#D0E5EA

Color #D0E5EA Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #D0E5EA

Tints of Onahau #D0E5EA

Color information

#D0E5EA (or 0xD0E5EA) is unknown color: approx Onahau. HEX triplet: D0, E5 and EA. RGB value is (208,229,234). Sum of RGB (Red+Green+Blue) = 208+229+234=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5EA is #2F1A15. Grayscale: #DFDFDF. Windows color (decimal): -3086870 or 15394256. OLE color: 15394256.

HSL color Cylindrical-coordinate representation of color #D0E5EA: hue angle of 191.54º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E5EA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208229234-
CMYK0.110.0200.08
HSL191.54º38.24%86.67%-
HSV(B)191.54º11.11%91.76%-
XYZ68.8875.3988.76-
YUV223.29134.04117.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=31.00%
G=34.13%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082292340.110.0200.08191.5438.2486.67
HexD0E5EAB208c02657
Octal32034535213201030046127
Binary11010000111001011110101010111001000110000001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E5EA; }

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

 H1.HeaderClassName
 {
   color: #D0E5EA;
 }
 .AnyTagClassName
 {
   color: #D0E5EA;
 }
</style>
background-color css

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

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

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

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

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

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