#DAE0C4

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

Shades of Frost #DAE0C4

Tints of Frost #DAE0C4

Color information

#DAE0C4 (or 0xDAE0C4) is unknown color: approx Frost. HEX triplet: DA, E0 and C4. RGB value is (218,224,196). Sum of RGB (Red+Green+Blue) = 218+224+196=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0C4 is #251F3B. Grayscale: #DBDBDB. Windows color (decimal): -2432828 or 12902618. OLE color: 12902618.

HSL color Cylindrical-coordinate representation of color #DAE0C4: hue angle of 72.86º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE0C4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB218224196-
CMYK0.0300.120.12
HSL72.86º31.11%82.35%-
HSV(B)72.86º12.5%87.84%-
XYZ65.5372.262.71-
YUV219.01115.01127.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 196 (76.95% from 255) = 30.72%
R=34.17%
G=35.11%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241960.0300.120.1272.8631.1182.35
HexDAE0C430CC491f52
Octal33234030430141411137122
Binary110110101110000011000100110110011001001001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0C4; }

 p { color: rgb(218,224,196); }

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

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

 a { background-color: rgb(218,224,196); }

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

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

 span { border-color: rgb(218,224,196); }

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