#DADDCB

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

Shades of Frost #DADDCB

Tints of Frost #DADDCB

Color information

#DADDCB (or 0xDADDCB) is unknown color: approx Frost. HEX triplet: DA, DD and CB. RGB value is (218,221,203). Sum of RGB (Red+Green+Blue) = 218+221+203=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDCB is #252234. Grayscale: #DADADA. Windows color (decimal): -2433589 or 13360602. OLE color: 13360602.

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

Color convert

RGB218221203-
CMYK0.0100.080.13
HSL70º20.93%83.14%-
HSV(B)70º8.14%86.67%-
XYZ65.5570.9366.74-
YUV218.05119.51127.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=33.96%
G=34.42%
B=31.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212030.0100.080.137020.9383.14
HexDADDCB108D461553
Octal33233531310101510625123
Binary11011010110111011100101110100011011000110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDCB; }

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

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

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

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

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

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

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

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