#CABDB7

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

Shades of Pale Slate #CABDB7

Tints of Pale Slate #CABDB7

Color information

#CABDB7 (or 0xCABDB7) is unknown color: approx Pale Slate. HEX triplet: CA, BD and B7. RGB value is (202,189,183). Sum of RGB (Red+Green+Blue) = 202+189+183=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB7 is #354248. Grayscale: #C0C0C0. Windows color (decimal): -3490377 or 12041674. OLE color: 12041674.

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

Color convert

RGB202189183-
CMYK00.060.090.21
HSL18.95º15.2%75.49%-
HSV(B)18.95º9.41%79.22%-
XYZ51.152.3752.21-
YUV192.2122.81134.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=35.19%
G=32.93%
B=31.88%

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
Decimal20218918300.060.090.2118.9515.275.49
HexCABDB70691513f4b
Octal3122752670611252317113
Binary11001010101111011011011101101001101011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB7; }

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

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

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

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

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

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

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

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