#DDCFBD

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

Shades of Blanc #DDCFBD

Tints of Blanc #DDCFBD

Color information

#DDCFBD (or 0xDDCFBD) is unknown color: approx Blanc. HEX triplet: DD, CF and BD. RGB value is (221,207,189). Sum of RGB (Red+Green+Blue) = 221+207+189=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBD is #223042. Grayscale: #D1D1D1. Windows color (decimal): -2240579 or 12439517. OLE color: 12439517.

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

Color convert

RGB221207189-
CMYK00.060.140.13
HSL33.75º32%80.39%-
HSV(B)33.75º14.48%86.67%-
XYZ61.3263.6757.2-
YUV209.13116.64136.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=35.82%
G=33.55%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718900.060.140.1333.753280.39
HexDDCFBD06ED222050
Octal3353172750616154240120
Binary1101110111001111101111010110111011011000101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFBD; }

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

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

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

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

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

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

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

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