#D0EBE5

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

Shades of Jagged Ice #D0EBE5

Tints of Jagged Ice #D0EBE5

Color information

#D0EBE5 (or 0xD0EBE5) is unknown color: approx Jagged Ice. HEX triplet: D0, EB and E5. RGB value is (208,235,229). Sum of RGB (Red+Green+Blue) = 208+235+229=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBE5 is #2F141A. Grayscale: #E2E2E2. Windows color (decimal): -3085339 or 15068112. OLE color: 15068112.

HSL color Cylindrical-coordinate representation of color #D0EBE5: hue angle of 166.67º degrees, saturation: 0.4, 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 #D0EBE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB208235229-
CMYK0.1100.030.08
HSL166.67º40.3%86.86%-
HSV(B)166.67º11.49%92.16%-
XYZ69.8678.4885.6-
YUV226.24129.55114.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=30.95%
G=34.97%
B=34.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352290.1100.030.08166.6740.386.86
HexD0EBE5B038a72857
Octal32035334513031024750127
Binary11010000111010111110010110110111000101001111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBE5; }

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

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

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

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

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

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

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

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