#CABDB4

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

Shades of Pale Slate #CABDB4

Tints of Pale Slate #CABDB4

Color information

#CABDB4 (or 0xCABDB4) is unknown color: approx Pale Slate. HEX triplet: CA, BD and B4. RGB value is (202,189,180). Sum of RGB (Red+Green+Blue) = 202+189+180=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB4 is #35424B. Grayscale: #BFBFBF. Windows color (decimal): -3490380 or 11845066. OLE color: 11845066.

HSL color Cylindrical-coordinate representation of color #CABDB4: hue angle of 24.55º degrees, saturation: 0.17, 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 #CABDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202189180-
CMYK00.060.110.21
HSL24.55º17.19%74.9%-
HSV(B)24.55º10.89%79.22%-
XYZ50.7952.2550.59-
YUV191.86121.31135.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=35.38%
G=33.10%
B=31.52%

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
Decimal20218918000.060.110.2124.5517.1974.9
HexCABDB406B1519114b
Octal3122752640613253121113
Binary110010101011110110110100011010111010111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB4; }

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

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

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

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

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

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

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

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