#DADDBF

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

Shades of Frost #DADDBF

Tints of Frost #DADDBF

Color information

#DADDBF (or 0xDADDBF) is unknown color: approx Frost. HEX triplet: DA, DD and BF. RGB value is (218,221,191). Sum of RGB (Red+Green+Blue) = 218+221+191=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBF is #252240. Grayscale: #D8D8D8. Windows color (decimal): -2433601 or 12574170. OLE color: 12574170.

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

Color convert

RGB218221191-
CMYK0.0100.140.13
HSL66º30.61%80.78%-
HSV(B)66º13.57%86.67%-
XYZ64.1770.3859.49-
YUV216.68113.51128.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 191 (75% from 255) = 30.32%
R=34.60%
G=35.08%
B=30.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211910.0100.140.136630.6180.78
HexDADDBF10ED421f51
Octal33233527710161510237121
Binary11011010110111011011111110111011011000010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDBF; }

 p { color: rgb(218,221,191); }

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

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

 a { background-color: rgb(218,221,191); }

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

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

 span { border-color: rgb(218,221,191); }

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