#D0E9EE

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

Shades of Onahau #D0E9EE

Tints of Onahau #D0E9EE

Color information

#D0E9EE (or 0xD0E9EE) is unknown color: approx Onahau. HEX triplet: D0, E9 and EE. RGB value is (208,233,238). Sum of RGB (Red+Green+Blue) = 208+233+238=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0E9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9EE is #2F1611. Grayscale: #E2E2E2. Windows color (decimal): -3085842 or 15657424. OLE color: 15657424.

HSL color Cylindrical-coordinate representation of color #D0E9EE: hue angle of 190º 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 #D0E9EE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208233238-
CMYK0.130.0200.07
HSL190º46.87%87.45%-
HSV(B)190º12.61%93.33%-
XYZ70.5877.8692.2-
YUV226.1134.72115.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=30.63%
G=34.32%
B=35.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082332380.130.0200.0719046.8787.45
HexD0E9EED207be2f57
Octal3203513561520727657127
Binary1101000011101001111011101101100111101111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9EE; }

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

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

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

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

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

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

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

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