Html Css Color HEX #CCC3BF Pale Slate

📋 copy color: '#CCC3BF'

red 204 ◦ green 195 ◦ blue 191

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

Shades of Pale Slate #CCC3BF

Tints of Pale Slate #CCC3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.37%

R = 34.58%
G = 33.05%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCC3BF (or 0xCCC3BF) is known color: Pale Slate. HEX triplet: CC, C3 and BF. RGB value is (204,195,191). Sum of RGB (Red+Green+Blue) = 204+195+191=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BF is #333C40. Grayscale: #C5C5C5. Windows color (decimal): -3357761 or 12567500. OLE color: 12567500.

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

Color convert

RGB 204 195 191 -
CMYK 0 0.04 0.06 0.2
HSL 18.46º 0.11% 0.77% -
HSV(B) 18.46º 0.06% 0.8% -
XYZ 53.82 55.63 57.19 -
YUV 197.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 204 195 191 0 0.04 0.06 0.2 18.46 0.11 0.77
Hex CC C3 BF 0 4 6 14 12 B 4D
Octal 314 303 277 0 4 6 24 22 13 115
Binary 11001100 11000011 10111111 0 100 110 10100 10010 1011 1001101

Color Harmonies of #CCC3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3BF

Black with #CCC3BF

Text Example


Text Example

White with #CCC3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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