#DDCDD1

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

Shades of Prim #DDCDD1

Tints of Prim #DDCDD1

Color information

#DDCDD1 (or 0xDDCDD1) is unknown color: approx Prim. HEX triplet: DD, CD and D1. RGB value is (221,205,209). Sum of RGB (Red+Green+Blue) = 221+205+209=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD1 is #22322E. Grayscale: #D2D2D2. Windows color (decimal): -2241071 or 13749725. OLE color: 13749725.

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

Color convert

RGB221205209-
CMYK00.070.050.13
HSL345º19.05%83.53%-
HSV(B)345º7.24%86.67%-
XYZ63.1663.6469.28-
YUV210.24127.3135.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=34.80%
G=32.28%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120520900.070.050.1334519.0583.53
HexDDCDD1075D1591354
Octal3353153210751553123124
Binary11011101110011011101000101111011101101011001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD1; }

 p { color: rgb(221,205,209); }

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

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

 a { background-color: rgb(221,205,209); }

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

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

 span { border-color: rgb(221,205,209); }

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