#DAE8CB

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

Shades of Frostee #DAE8CB

Tints of Frostee #DAE8CB

Color information

#DAE8CB (or 0xDAE8CB) is unknown color: approx Frostee. HEX triplet: DA, E8 and CB. RGB value is (218,232,203). Sum of RGB (Red+Green+Blue) = 218+232+203=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CB is #251734. Grayscale: #E0E0E0. Windows color (decimal): -2430773 or 13363418. OLE color: 13363418.

HSL color Cylindrical-coordinate representation of color #DAE8CB: hue angle of 88.97º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE8CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB218232203-
CMYK0.0600.120.09
HSL88.97º38.67%85.29%-
HSV(B)88.97º12.5%90.98%-
XYZ68.5576.9367.74-
YUV224.51115.86123.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=33.38%
G=35.53%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182322030.0600.120.0988.9738.6785.29
HexDAE8CB60C9592755
Octal33235031360141113147125
Binary11011010111010001100101111001100100110110011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8CB; }

 p { color: rgb(218,232,203); }

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

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

 a { background-color: rgb(218,232,203); }

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

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

 span { border-color: rgb(218,232,203); }

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