#DDDFCA

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

Shades of Frost #DDDFCA

Tints of Frost #DDDFCA

Color information

#DDDFCA (or 0xDDDFCA) is unknown color: approx Frost. HEX triplet: DD, DF and CA. RGB value is (221,223,202). Sum of RGB (Red+Green+Blue) = 221+223+202=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCA is #222035. Grayscale: #DCDCDC. Windows color (decimal): -2236470 or 13295581. OLE color: 13295581.

HSL color Cylindrical-coordinate representation of color #DDDFCA: hue angle of 65.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDFCA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221223202-
CMYK0.0100.090.13
HSL65.71º24.71%83.33%-
HSV(B)65.71º9.42%87.45%-
XYZ66.8772.4166.33-
YUV220.01117.84128.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=34.21%
G=34.52%
B=31.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232020.0100.090.1365.7124.7183.33
HexDDDFCA109D421953
Octal33533731210111510231123
Binary11011101110111111100101010100111011000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFCA; }

 p { color: rgb(221,223,202); }

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

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

 a { background-color: rgb(221,223,202); }

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

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

 span { border-color: rgb(221,223,202); }

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