#CABDB3

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

Shades of Pale Slate #CABDB3

Tints of Pale Slate #CABDB3

Color information

#CABDB3 (or 0xCABDB3) is unknown color: approx Pale Slate. HEX triplet: CA, BD and B3. RGB value is (202,189,179). Sum of RGB (Red+Green+Blue) = 202+189+179=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB3 is #35424C. Grayscale: #BFBFBF. Windows color (decimal): -3490381 or 11779530. OLE color: 11779530.

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

Color convert

RGB202189179-
CMYK00.060.110.21
HSL26.09º17.83%74.71%-
HSV(B)26.09º11.39%79.22%-
XYZ50.6952.2150.05-
YUV191.75120.81135.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=35.44%
G=33.16%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917900.060.110.2126.0917.8374.71
HexCABDB306B151a124b
Octal3122752630613253222113
Binary110010101011110110110011011010111010111010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB3; }

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

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

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

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

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

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

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

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