#DADDBB

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

Shades of Frost #DADDBB

Tints of Frost #DADDBB

Color information

#DADDBB (or 0xDADDBB) is unknown color: approx Frost. HEX triplet: DA, DD and BB. RGB value is (218,221,187). Sum of RGB (Red+Green+Blue) = 218+221+187=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBB is #252244. Grayscale: #D8D8D8. Windows color (decimal): -2433605 or 12312026. OLE color: 12312026.

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

Color convert

RGB218221187-
CMYK0.0100.150.13
HSL65.29º33.33%80%-
HSV(B)65.29º15.38%86.67%-
XYZ63.7470.2157.21-
YUV216.23111.51129.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=34.82%
G=35.30%
B=29.87%

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
Decimal2182211870.0100.150.1365.2933.3380
HexDADDBB10FD412150
Octal33233527310171510141120
Binary110110101101110110111011101111110110000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDBB; }

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

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

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

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

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

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

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

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