#D4CBCC

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

Shades of Prim #D4CBCC

Tints of Prim #D4CBCC

Color information

#D4CBCC (or 0xD4CBCC) is unknown color: approx Prim. HEX triplet: D4, CB and CC. RGB value is (212,203,204). Sum of RGB (Red+Green+Blue) = 212+203+204=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCC is #2B3433. Grayscale: #CDCDCD. Windows color (decimal): -2831412 or 13421524. OLE color: 13421524.

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

Color convert

RGB212203204-
CMYK00.040.040.17
HSL353.33º9.47%81.37%-
HSV(B)353.33º4.25%83.14%-
XYZ59.4161.0765.78-
YUV205.8126.98132.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=34.25%
G=32.79%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220320400.040.040.17353.339.4781.37
HexD4CBCC04411161951
Octal3243133140442154111121
Binary11010100110010111100110001001001000110110000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBCC; }

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

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

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

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

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

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

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

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