#D4CBCA

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

Shades of Alto #D4CBCA

Tints of Alto #D4CBCA

Color information

#D4CBCA (or 0xD4CBCA) is unknown color: approx Alto. HEX triplet: D4, CB and CA. RGB value is (212,203,202). Sum of RGB (Red+Green+Blue) = 212+203+202=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCA is #2B3435. Grayscale: #CDCDCD. Windows color (decimal): -2831414 or 13290452. OLE color: 13290452.

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

Color convert

RGB212203202-
CMYK00.040.050.17
HSL10.42%81.18%-
HSV(B)4.72%83.14%-
XYZ59.1760.9764.53-
YUV205.58125.98132.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=34.36%
G=32.90%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220320200.040.050.17610.4281.18
HexD4CBCA045116a51
Octal32431331204521612121
Binary11010100110010111100101001001011000111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBCA; }

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

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

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

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

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

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

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

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