#CABDB8

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

Shades of Pale Slate #CABDB8

Tints of Pale Slate #CABDB8

Color information

#CABDB8 (or 0xCABDB8) is unknown color: approx Pale Slate. HEX triplet: CA, BD and B8. RGB value is (202,189,184). Sum of RGB (Red+Green+Blue) = 202+189+184=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB8 is #354247. Grayscale: #C0C0C0. Windows color (decimal): -3490376 or 12107210. OLE color: 12107210.

HSL color Cylindrical-coordinate representation of color #CABDB8: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202189184-
CMYK00.060.090.21
HSL16.67º14.52%75.69%-
HSV(B)16.67º8.91%79.22%-
XYZ51.2152.4152.77-
YUV192.32123.31134.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 184 (72.27% from 255) = 32%
R=35.13%
G=32.87%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218918400.060.090.2116.6714.5275.69
HexCABDB80691511f4c
Octal3122752700611252117114
Binary11001010101111011011100001101001101011000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB8; }

 p { color: rgb(202,189,184); }

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

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

 a { background-color: rgb(202,189,184); }

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

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

 span { border-color: rgb(202,189,184); }

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