#D0EBE6

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

Shades of Jagged Ice #D0EBE6

Tints of Jagged Ice #D0EBE6

Color information

#D0EBE6 (or 0xD0EBE6) is unknown color: approx Jagged Ice. HEX triplet: D0, EB and E6. RGB value is (208,235,230). Sum of RGB (Red+Green+Blue) = 208+235+230=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBE6 is #2F1419. Grayscale: #E2E2E2. Windows color (decimal): -3085338 or 15133648. OLE color: 15133648.

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

Color convert

RGB208235230-
CMYK0.1100.020.08
HSL168.89º40.3%86.86%-
HSV(B)168.89º11.49%92.16%-
XYZ7078.5486.33-
YUV226.36130.05114.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.91%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=30.91%
G=34.92%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352300.1100.020.08168.8940.386.86
HexD0EBE6B028a92857
Octal32035334613021025150127
Binary11010000111010111110011010110101000101010011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBE6; }

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

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

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

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

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

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

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

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