#DDDFBE

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

Shades of Frost #DDDFBE

Tints of Frost #DDDFBE

Color information

#DDDFBE (or 0xDDDFBE) is unknown color: approx Frost. HEX triplet: DD, DF and BE. RGB value is (221,223,190). Sum of RGB (Red+Green+Blue) = 221+223+190=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFBE is #222041. Grayscale: #DADADA. Windows color (decimal): -2236482 or 12509149. OLE color: 12509149.

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

Color convert

RGB221223190-
CMYK0.0100.150.13
HSL63.64º34.02%80.98%-
HSV(B)63.64º14.8%87.45%-
XYZ65.571.8759.13-
YUV218.64111.84129.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=34.86%
G=35.17%
B=29.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231900.0100.150.1363.6434.0280.98
HexDDDFBE10FD402251
Octal33533727610171510042121
Binary110111011101111110111110101111110110000001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFBE; }

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

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

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

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

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

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

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

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