Html Css Color HEX #CCC3BE Pale Slate

📋 copy color: '#CCC3BE'

red 204 ◦ green 195 ◦ blue 190

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

Shades of Pale Slate #CCC3BE

Tints of Pale Slate #CCC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

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

R = 34.63%
G = 33.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC3BE (or 0xCCC3BE) is known color: Pale Slate. HEX triplet: CC, C3 and BE. RGB value is (204,195,190). Sum of RGB (Red+Green+Blue) = 204+195+190=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BE is #333C41. Grayscale: #C5C5C5. Windows color (decimal): -3357762 or 12501964. OLE color: 12501964.

HSL color Cylindrical-coordinate representation of color #CCC3BE: hue angle of 21.43º 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 #CCC3BE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 190 -
CMYK 0 0.04 0.07 0.2
HSL 21.43º 0.12% 0.77% -
HSV(B) 21.43º 0.07% 0.8% -
XYZ 53.71 55.59 56.61 -
YUV 197.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 204 195 190 0 0.04 0.07 0.2 21.43 0.12 0.77
Hex CC C3 BE 0 4 7 14 15 C 4D
Octal 314 303 276 0 4 7 24 25 14 115
Binary 11001100 11000011 10111110 0 100 111 10100 10101 1100 1001101

Color Harmonies of #CCC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3BE

Black with #CCC3BE

Text Example


Text Example

White with #CCC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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