#D6CBCA

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

Shades of Alto #D6CBCA

Tints of Alto #D6CBCA

Color information

#D6CBCA (or 0xD6CBCA) is unknown color: approx Alto. HEX triplet: D6, CB and CA. RGB value is (214,203,202). Sum of RGB (Red+Green+Blue) = 214+203+202=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBCA is #293435. Grayscale: #CECECE. Windows color (decimal): -2700342 or 13290454. OLE color: 13290454.

HSL color Cylindrical-coordinate representation of color #D6CBCA: hue angle of 5º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CBCA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214203202-
CMYK00.050.060.16
HSL12.77%81.57%-
HSV(B)5.61%83.92%-
XYZ59.7561.2764.55-
YUV206.18125.64133.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=34.57%
G=32.79%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420320200.050.060.16512.7781.57
HexD6CBCA056105d52
Octal32631331205620515122
Binary11010110110010111100101001011101000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBCA; }

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

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

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

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

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

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

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

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