#D1CBCA

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

Shades of Alto #D1CBCA

Tints of Alto #D1CBCA

Color information

#D1CBCA (or 0xD1CBCA) is unknown color: approx Alto. HEX triplet: D1, CB and CA. RGB value is (209,203,202). Sum of RGB (Red+Green+Blue) = 209+203+202=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBCA is #2E3435. Grayscale: #CCCCCC. Windows color (decimal): -3028022 or 13290449. OLE color: 13290449.

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

Color convert

RGB209203202-
CMYK00.030.030.18
HSL8.57º7.07%80.59%-
HSV(B)8.57º3.35%81.96%-
XYZ58.3160.5364.49-
YUV204.68126.49131.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=34.04%
G=33.06%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920320200.030.030.188.577.0780.59
HexD1CBCA033129751
Octal32131331203322117121
Binary110100011100101111001010011111001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBCA; }

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

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

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

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

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

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

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

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