#D3CCCE

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

Shades of Prim #D3CCCE

Tints of Prim #D3CCCE

Color information

#D3CCCE (or 0xD3CCCE) is unknown color: approx Prim. HEX triplet: D3, CC and CE. RGB value is (211,204,206). Sum of RGB (Red+Green+Blue) = 211+204+206=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCCE is #2C3331. Grayscale: #CECECE. Windows color (decimal): -2896690 or 13552851. OLE color: 13552851.

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

Color convert

RGB211204206-
CMYK00.030.020.17
HSL342.86º7.37%81.37%-
HSV(B)342.86º3.32%82.75%-
XYZ59.661.4967.12-
YUV206.32127.82131.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=33.98%
G=32.85%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120420600.030.020.17342.867.3781.37
HexD3CCCE03211157751
Octal323314316032215277121
Binary11010011110011001100111001110100011010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCCE; }

 p { color: rgb(211,204,206); }

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

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

 a { background-color: rgb(211,204,206); }

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

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

 span { border-color: rgb(211,204,206); }

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