#DDCFBE

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

Shades of Blanc #DDCFBE

Tints of Blanc #DDCFBE

Color information

#DDCFBE (or 0xDDCFBE) is unknown color: approx Blanc. HEX triplet: DD, CF and BE. RGB value is (221,207,190). Sum of RGB (Red+Green+Blue) = 221+207+190=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBE is #223041. Grayscale: #D1D1D1. Windows color (decimal): -2240578 or 12505053. OLE color: 12505053.

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

Color convert

RGB221207190-
CMYK00.060.140.13
HSL32.9º31.31%80.59%-
HSV(B)32.9º14.03%86.67%-
XYZ61.4363.7257.78-
YUV209.25117.14136.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=35.76%
G=33.50%
B=30.74%

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
Decimal22120719000.060.140.1332.931.3180.59
HexDDCFBE06ED211f51
Octal3353172760616154137121
Binary110111011100111110111110011011101101100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFBE; }

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

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

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

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

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

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

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

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