#DADDC1

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

Shades of Frost #DADDC1

Tints of Frost #DADDC1

Color information

#DADDC1 (or 0xDADDC1) is unknown color: approx Frost. HEX triplet: DA, DD and C1. RGB value is (218,221,193). Sum of RGB (Red+Green+Blue) = 218+221+193=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC1 is #25223E. Grayscale: #D9D9D9. Windows color (decimal): -2433599 or 12705242. OLE color: 12705242.

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

Color convert

RGB218221193-
CMYK0.0100.130.13
HSL66.43º29.17%81.18%-
HSV(B)66.43º12.67%86.67%-
XYZ64.470.4760.66-
YUV216.91114.51128.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=34.49%
G=34.97%
B=30.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211930.0100.130.1366.4329.1781.18
HexDADDC110DD421d51
Octal33233530110151510235121
Binary11011010110111011100000110110111011000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDC1; }

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

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

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

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

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

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

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

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