Html Css Color HEX #D0E9EE Onahau

📋 copy color: '#D0E9EE'

red 208 ◦ green 233 ◦ blue 238

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

Shades of Onahau #D0E9EE

Tints of Onahau #D0E9EE

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 value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0E9EE (or 0xD0E9EE) is known color: 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

RGB 208 233 238 -
CMYK 0.13 0.02 0 0.07
HSL 190º 0.47% 0.87% -
HSV(B) 190º 0.13% 0.93% -
XYZ 70.58 77.86 92.2 -
YUV 226.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 208 233 238 0.13 0.02 0 0.07 190 0.47 0.87
Hex D0 E9 EE D 2 0 7 BE 2F 57
Octal 320 351 356 15 2 0 7 276 57 127
Binary 11010000 11101001 11101110 1101 10 0 111 10111110 101111 1010111

Color Harmonies of #D0E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9EE

Black with #D0E9EE

Text Example


Text Example

White with #D0E9EE

Text Example


Text Example

HTML Codes & Css Web 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>