#DDCFD6

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

Shades of Prim #DDCFD6

Tints of Prim #DDCFD6

Color information

#DDCFD6 (or 0xDDCFD6) is unknown color: approx Prim. HEX triplet: DD, CF and D6. RGB value is (221,207,214). Sum of RGB (Red+Green+Blue) = 221+207+214=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFD6 is #223029. Grayscale: #D3D3D3. Windows color (decimal): -2240554 or 14077917. OLE color: 14077917.

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

Color convert

RGB221207214-
CMYK00.060.030.13
HSL330º17.07%83.92%-
HSV(B)330º6.33%86.67%-
XYZ64.2764.8572.75-
YUV211.98129.14134.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=34.42%
G=32.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120721400.060.030.1333017.0783.92
HexDDCFD6063D14a1154
Octal3353173260631551221124
Binary1101110111001111110101100110111101101001010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFD6; }

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

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

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

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

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

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

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

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