#CDBEBB

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

Shades of Alto #CDBEBB

Tints of Alto #CDBEBB

Color information

#CDBEBB (or 0xCDBEBB) is unknown color: approx Alto. HEX triplet: CD, BE and BB. RGB value is (205,190,187). Sum of RGB (Red+Green+Blue) = 205+190+187=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEBB is #324144. Grayscale: #C2C2C2. Windows color (decimal): -3293509 or 12304077. OLE color: 12304077.

HSL color Cylindrical-coordinate representation of color #CDBEBB: hue angle of 10º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBEBB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205190187-
CMYK00.070.090.20
HSL10º15.25%76.86%-
HSV(B)10º8.78%80.39%-
XYZ52.5653.3954.55-
YUV194.14123.97135.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=35.22%
G=32.65%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519018700.070.090.201015.2576.86
HexCDBEBB07914af4d
Octal3152762730711241217115
Binary1100110110111110101110110111100110100101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEBB; }

 p { color: rgb(205,190,187); }

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

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

 a { background-color: rgb(205,190,187); }

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

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

 span { border-color: rgb(205,190,187); }

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