#DCCFBD

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

Shades of Blanc #DCCFBD

Tints of Blanc #DCCFBD

Color information

#DCCFBD (or 0xDCCFBD) is unknown color: approx Blanc. HEX triplet: DC, CF and BD. RGB value is (220,207,189). Sum of RGB (Red+Green+Blue) = 220+207+189=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFBD is #233042. Grayscale: #D0D0D0. Windows color (decimal): -2306115 or 12439516. OLE color: 12439516.

HSL color Cylindrical-coordinate representation of color #DCCFBD: hue angle of 34.84º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCFBD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220207189-
CMYK00.060.140.14
HSL34.84º30.69%80.2%-
HSV(B)34.84º14.09%86.27%-
XYZ61.0163.5257.19-
YUV208.83116.81135.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=35.71%
G=33.60%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020718900.060.140.1434.8430.6980.2
HexDCCFBD06EE231f50
Octal3343172750616164337120
Binary110111001100111110111101011011101110100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFBD; }

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

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

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

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

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

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

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

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