Html Css Color HEX #CABDB6 Pale Slate

📋 copy color: '#CABDB6'

red 202 ◦ green 189 ◦ blue 182

#CABDB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CABDB6

Tints of Pale Slate #CABDB6

RGB

 RED value IS 202 (79.3% from 255) = 35.25%

 GREEN value IS 189 (74.22% from 255) = 32.98%

 BLUE value IS 182 (71.48% from 255) = 31.76%

R = 35.25%
G = 32.98%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CABDB6 (or 0xCABDB6) is known color: Pale Slate. HEX triplet: CA, BD and B6. RGB value is (202,189,182). Sum of RGB (Red+Green+Blue) = 202+189+182=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB6 is #354249. Grayscale: #C0C0C0. Windows color (decimal): -3490378 or 11976138. OLE color: 11976138.

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

Color convert

RGB 202 189 182 -
CMYK 0 0.06 0.10 0.21
HSL 21º 0.16% 0.75% -
HSV(B) 21º 0.1% 0.79% -
XYZ 51 52.33 51.67 -
YUV 192.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 202 189 182 0 0.06 0.10 0.21 21 0.16 0.75
Hex CA BD B6 0 6 A 15 15 10 4B
Octal 312 275 266 0 6 12 25 25 20 113
Binary 11001010 10111101 10110110 0 110 1010 10101 10101 10000 1001011

Color Harmonies of #CABDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDB6

Black with #CABDB6

Text Example


Text Example

White with #CABDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDB6; }

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

 H1.HeaderClassName
 {
   color: #CABDB6;
 }
 .AnyTagClassName
 {
   color: #CABDB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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