#DDC6CF

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

Shades of Prim #DDC6CF

Tints of Prim #DDC6CF

Color information

#DDC6CF (or 0xDDC6CF) is unknown color: approx Prim. HEX triplet: DD, C6 and CF. RGB value is (221,198,207). Sum of RGB (Red+Green+Blue) = 221+198+207=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CF is #223930. Grayscale: #CDCDCD. Windows color (decimal): -2242865 or 13616861. OLE color: 13616861.

HSL color Cylindrical-coordinate representation of color #DDC6CF: hue angle of 336.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6CF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221198207-
CMYK00.100.060.13
HSL336.52º25.27%82.16%-
HSV(B)336.52º10.41%86.67%-
XYZ61.2860.2767.43-
YUV205.9128.62138.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=35.30%
G=31.63%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119820700.100.060.13336.5225.2782.16
HexDDC6CF0A6D1511952
Octal33530631701261552131122
Binary110111011100011011001111010101101101101010001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6CF; }

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

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

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

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

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

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

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

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