#D0CBCA

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

Shades of Alto #D0CBCA

Tints of Alto #D0CBCA

Color information

#D0CBCA (or 0xD0CBCA) is unknown color: approx Alto. HEX triplet: D0, CB and CA. RGB value is (208,203,202). Sum of RGB (Red+Green+Blue) = 208+203+202=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBCA is #2F3435. Grayscale: #CCCCCC. Windows color (decimal): -3093558 or 13290448. OLE color: 13290448.

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

Color convert

RGB208203202-
CMYK00.020.030.18
HSL10º6%80.39%-
HSV(B)10º2.88%81.57%-
XYZ58.0360.3964.47-
YUV204.38126.66130.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=33.93%
G=33.12%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820320200.020.030.1810680.39
HexD0CBCA02312a650
Octal32031331202322126120
Binary110100001100101111001010010111001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBCA; }

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

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

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

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

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

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

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

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