#DAE7CB

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

Shades of Frostee #DAE7CB

Tints of Frostee #DAE7CB

Color information

#DAE7CB (or 0xDAE7CB) is unknown color: approx Frostee. HEX triplet: DA, E7 and CB. RGB value is (218,231,203). Sum of RGB (Red+Green+Blue) = 218+231+203=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CB is #251834. Grayscale: #E0E0E0. Windows color (decimal): -2431029 or 13363162. OLE color: 13363162.

HSL color Cylindrical-coordinate representation of color #DAE7CB: hue angle of 87.86º degrees, saturation: 0.37, 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 #DAE7CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB218231203-
CMYK0.0600.120.09
HSL87.86º36.84%85.1%-
HSV(B)87.86º12.12%90.59%-
XYZ68.2776.3767.64-
YUV223.92116.19123.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=33.44%
G=35.43%
B=31.13%

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
Decimal2182312030.0600.120.0987.8636.8485.1
HexDAE7CB60C9582555
Octal33234731360141113045125
Binary11011010111001111100101111001100100110110001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7CB; }

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

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

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

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

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

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

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

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