#D0EBF1

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

Shades of Onahau #D0EBF1

Tints of Onahau #D0EBF1

Color information

#D0EBF1 (or 0xD0EBF1) is unknown color: approx Onahau. HEX triplet: D0, EB and F1. RGB value is (208,235,241). Sum of RGB (Red+Green+Blue) = 208+235+241=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBF1 is #2F140E. Grayscale: #E3E3E3. Windows color (decimal): -3085327 or 15854544. OLE color: 15854544.

HSL color Cylindrical-coordinate representation of color #D0EBF1: hue angle of 190.91º degrees, saturation: 0.54, 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 #D0EBF1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208235241-
CMYK0.140.0200.05
HSL190.91º54.1%88.04%-
HSV(B)190.91º13.69%94.51%-
XYZ71.679.1894.73-
YUV227.61135.55114.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=30.41%
G=34.36%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082352410.140.0200.05190.9154.188.04
HexD0EBF1E205bf3658
Octal3203533611620527766130
Binary1101000011101011111100011110100101101111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBF1; }

 p { color: rgb(208,235,241); }

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

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

 a { background-color: rgb(208,235,241); }

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

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

 span { border-color: rgb(208,235,241); }

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