#DDCCCF

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

Shades of Prim #DDCCCF

Tints of Prim #DDCCCF

Color information

#DDCCCF (or 0xDDCCCF) is unknown color: approx Prim. HEX triplet: DD, CC and CF. RGB value is (221,204,207). Sum of RGB (Red+Green+Blue) = 221+204+207=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCF is #223330. Grayscale: #D1D1D1. Windows color (decimal): -2241329 or 13618397. OLE color: 13618397.

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

Color convert

RGB221204207-
CMYK00.080.060.13
HSL349.41º20%83.33%-
HSV(B)349.41º7.69%86.67%-
XYZ62.6763.0667.9-
YUV209.42126.63136.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=34.97%
G=32.28%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120420700.080.060.13349.412083.33
HexDDCCCF086D15d1453
Octal33531431701061553524123
Binary110111011100110011001111010001101101101011101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCCF; }

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

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

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

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

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

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

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

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