#D4CCCD

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

Shades of Prim #D4CCCD

Tints of Prim #D4CCCD

Color information

#D4CCCD (or 0xD4CCCD) is unknown color: approx Prim. HEX triplet: D4, CC and CD. RGB value is (212,204,205). Sum of RGB (Red+Green+Blue) = 212+204+205=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCCD is #2B3332. Grayscale: #CECECE. Windows color (decimal): -2831155 or 13487316. OLE color: 13487316.

HSL color Cylindrical-coordinate representation of color #D4CCCD: hue angle of 352.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCCD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212204205-
CMYK00.040.030.17
HSL352.5º8.51%81.57%-
HSV(B)352.5º3.77%83.14%-
XYZ59.7661.5966.5-
YUV206.51127.15131.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=34.14%
G=32.85%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220420500.040.030.17352.58.5181.57
HexD4CCCD04311161952
Octal3243143150432154111122
Binary1101010011001100110011010100111000110110000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCCD; }

 p { color: rgb(212,204,205); }

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

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

 a { background-color: rgb(212,204,205); }

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

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

 span { border-color: rgb(212,204,205); }

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