#DDCDD0

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

Shades of Prim #DDCDD0

Tints of Prim #DDCDD0

Color information

#DDCDD0 (or 0xDDCDD0) is unknown color: approx Prim. HEX triplet: DD, CD and D0. RGB value is (221,205,208). Sum of RGB (Red+Green+Blue) = 221+205+208=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD0 is #22322F. Grayscale: #D2D2D2. Windows color (decimal): -2241072 or 13684189. OLE color: 13684189.

HSL color Cylindrical-coordinate representation of color #DDCDD0: hue angle of 348.75º 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 #DDCDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221205208-
CMYK00.070.060.13
HSL348.75º19.05%83.53%-
HSV(B)348.75º7.24%86.67%-
XYZ63.0463.5968.63-
YUV210.13126.8135.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=34.86%
G=32.33%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120520800.070.060.13348.7519.0583.53
HexDDCDD0076D15d1354
Octal3353153200761553523124
Binary11011101110011011101000001111101101101011101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD0; }

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

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

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

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

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

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

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

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