#DAE4CF

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

Shades of Frostee #DAE4CF

Tints of Frostee #DAE4CF

Color information

#DAE4CF (or 0xDAE4CF) is unknown color: approx Frostee. HEX triplet: DA, E4 and CF. RGB value is (218,228,207). Sum of RGB (Red+Green+Blue) = 218+228+207=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CF is #251B30. Grayscale: #DEDEDE. Windows color (decimal): -2431793 or 13624538. OLE color: 13624538.

HSL color Cylindrical-coordinate representation of color #DAE4CF: hue angle of 88.57º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE4CF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB218228207-
CMYK0.0400.090.11
HSL88.57º28%85.29%-
HSV(B)88.57º9.21%89.41%-
XYZ67.9274.969.91-
YUV222.62119.19124.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=33.38%
G=34.92%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182282070.0400.090.1188.572885.29
HexDAE4CF409B591c55
Octal33234431740111313134125
Binary1101101011100100110011111000100110111011001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4CF; }

 p { color: rgb(218,228,207); }

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

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

 a { background-color: rgb(218,228,207); }

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

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

 span { border-color: rgb(218,228,207); }

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