#D3CBCA

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

Shades of Alto #D3CBCA

Tints of Alto #D3CBCA

Color information

#D3CBCA (or 0xD3CBCA) is unknown color: approx Alto. HEX triplet: D3, CB and CA. RGB value is (211,203,202). Sum of RGB (Red+Green+Blue) = 211+203+202=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBCA is #2C3435. Grayscale: #CDCDCD. Windows color (decimal): -2896950 or 13290451. OLE color: 13290451.

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

Color convert

RGB211203202-
CMYK00.040.040.17
HSL6.67º9.28%80.98%-
HSV(B)6.67º4.27%82.75%-
XYZ58.8860.8364.51-
YUV205.28126.15132.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=34.25%
G=32.95%
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
Decimal21120320200.040.040.176.679.2880.98
HexD3CBCA044117951
Octal32331331204421711121
Binary11010011110010111100101001001001000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBCA; }

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

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

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

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

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

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

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

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