Html Css Color HEX #CABDB3 Pale Slate

📋 copy color: '#CABDB3'

red 202 ◦ green 189 ◦ blue 179

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

Shades of Pale Slate #CABDB3

Tints of Pale Slate #CABDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.4%

R = 35.44%
G = 33.16%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CABDB3 (or 0xCABDB3) is known color: 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

RGB 202 189 179 -
CMYK 0 0.06 0.11 0.21
HSL 26.09º 0.18% 0.75% -
HSV(B) 26.09º 0.11% 0.79% -
XYZ 50.69 52.21 50.05 -
YUV 191.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 202 189 179 0 0.06 0.11 0.21 26.09 0.18 0.75
Hex CA BD B3 0 6 B 15 1A 12 4B
Octal 312 275 263 0 6 13 25 32 22 113
Binary 11001010 10111101 10110011 0 110 1011 10101 11010 10010 1001011

Color Harmonies of #CABDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDB3

Black with #CABDB3

Text Example


Text Example

White with #CABDB3

Text Example


Text Example

HTML Codes & Css Web 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>