#DCE1BD

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

Shades of Frost #DCE1BD

Tints of Frost #DCE1BD

Color information

#DCE1BD (or 0xDCE1BD) is unknown color: approx Frost. HEX triplet: DC, E1 and BD. RGB value is (220,225,189). Sum of RGB (Red+Green+Blue) = 220+225+189=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BD is #231E42. Grayscale: #DBDBDB. Windows color (decimal): -2301507 or 12444124. OLE color: 12444124.

HSL color Cylindrical-coordinate representation of color #DCE1BD: hue angle of 68.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCE1BD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB220225189-
CMYK0.0200.160.12
HSL68.33º37.5%81.18%-
HSV(B)68.33º16%88.24%-
XYZ65.6372.7458.73-
YUV219.4110.84128.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=34.70%
G=35.49%
B=29.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251890.0200.160.1268.3337.581.18
HexDCE1BD2010C442651
Octal33434127520201410446121
Binary11011100111000011011110110010000110010001001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1BD; }

 p { color: rgb(220,225,189); }

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

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

 a { background-color: rgb(220,225,189); }

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

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

 span { border-color: rgb(220,225,189); }

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