Html Css Color HEX #CCC2BE Pale Slate

📋 copy color: '#CCC2BE'

red 204 ◦ green 194 ◦ blue 190

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

Shades of Pale Slate #CCC2BE

Tints of Pale Slate #CCC2BE

RGB

 RED value IS 204 (80.08% from 255) = 34.69%

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 34.69%
G = 32.99%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC2BE (or 0xCCC2BE) is known color: Pale Slate. HEX triplet: CC, C2 and BE. RGB value is (204,194,190). Sum of RGB (Red+Green+Blue) = 204+194+190=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BE is #333D41. Grayscale: #C4C4C4. Windows color (decimal): -3358018 or 12501708. OLE color: 12501708.

HSL color Cylindrical-coordinate representation of color #CCC2BE: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC2BE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 190 -
CMYK 0 0.05 0.07 0.2
HSL 17.14º 0.12% 0.77% -
HSV(B) 17.14º 0.07% 0.8% -
XYZ 53.49 55.14 56.54 -
YUV 196.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 204 194 190 0 0.05 0.07 0.2 17.14 0.12 0.77
Hex CC C2 BE 0 5 7 14 11 C 4D
Octal 314 302 276 0 5 7 24 21 14 115
Binary 11001100 11000010 10111110 0 101 111 10100 10001 1100 1001101

Color Harmonies of #CCC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2BE

Black with #CCC2BE

Text Example


Text Example

White with #CCC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2BE; }

 p { color: rgb(204,194,190); }

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

background-color css

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

 a { background-color: rgb(204,194,190); }

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

border-color css

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

 span { border-color: rgb(204,194,190); }

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