#DADCC1

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

Shades of Frost #DADCC1

Tints of Frost #DADCC1

Color information

#DADCC1 (or 0xDADCC1) is unknown color: approx Frost. HEX triplet: DA, DC and C1. RGB value is (218,220,193). Sum of RGB (Red+Green+Blue) = 218+220+193=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC1 is #25233E. Grayscale: #D8D8D8. Windows color (decimal): -2433855 or 12704986. OLE color: 12704986.

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

Color convert

RGB218220193-
CMYK0.0100.120.14
HSL64.44º27.84%80.98%-
HSV(B)64.44º12.27%86.27%-
XYZ64.1369.9460.57-
YUV216.32114.84129.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=34.55%
G=34.87%
B=30.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201930.0100.120.1464.4427.8480.98
HexDADCC110CE401c51
Octal33233430110141610034121
Binary11011010110111001100000110110011101000000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCC1; }

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

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

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

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

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

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

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

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