#CDBEB3

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

Shades of Pale Slate #CDBEB3

Tints of Pale Slate #CDBEB3

Color information

#CDBEB3 (or 0xCDBEB3) is unknown color: approx Pale Slate. HEX triplet: CD, BE and B3. RGB value is (205,190,179). Sum of RGB (Red+Green+Blue) = 205+190+179=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEB3 is #32414C. Grayscale: #C1C1C1. Windows color (decimal): -3293517 or 11779789. OLE color: 11779789.

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

Color convert

RGB205190179-
CMYK00.070.130.20
HSL25.38º20.63%75.29%-
HSV(B)25.38º12.68%80.39%-
XYZ51.7353.0650.16-
YUV193.23119.97136.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=35.71%
G=33.10%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519017900.070.130.2025.3820.6375.29
HexCDBEB307D1419154b
Octal3152762630715243125113
Binary110011011011111010110011011111011010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEB3; }

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

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

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

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

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

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

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

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