#D4CCCB

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

Shades of Alto #D4CCCB

Tints of Alto #D4CCCB

Color information

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

HSL color Cylindrical-coordinate representation of color #D4CCCB: hue angle of 6.67º 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 #D4CCCB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212204203-
CMYK00.040.040.17
HSL6.67º9.47%81.37%-
HSV(B)6.67º4.25%83.14%-
XYZ59.5261.4965.23-
YUV206.28126.15132.08-

RGB Variations

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

RGB

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

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
Decimal21220420300.040.040.176.679.4781.37
HexD4CCCB044117951
Octal32431431304421711121
Binary11010100110011001100101101001001000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCCB; }

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

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

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

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

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

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

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

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