#CFC3BB

Color #CFC3BB Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CFC3BB

Tints of Pale Slate #CFC3BB

Color information

#CFC3BB (or 0xCFC3BB) is unknown color: approx Pale Slate. HEX triplet: CF, C3 and BB. RGB value is (207,195,187). Sum of RGB (Red+Green+Blue) = 207+195+187=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BB is #303C44. Grayscale: #C5C5C5. Windows color (decimal): -3161157 or 12305359. OLE color: 12305359.

HSL color Cylindrical-coordinate representation of color #CFC3BB: hue angle of 24º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC3BB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207195187-
CMYK00.060.100.19
HSL24º17.24%77.25%-
HSV(B)24º9.66%81.18%-
XYZ54.2255.8854.94-
YUV197.68121.98134.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=35.14%
G=33.11%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719518700.060.100.192417.2477.25
HexCFC3BB06A1318114d
Octal3173032730612233021115
Binary110011111100001110111011011010101001111000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3BB; }

 p { color: rgb(207,195,187); }

 H1.HeaderClassName
 {
   color: #CFC3BB;
 }
 .AnyTagClassName
 {
   color: #CFC3BB;
 }
</style>
background-color css

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

 a { background-color: rgb(207,195,187); }

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

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

 span { border-color: rgb(207,195,187); }

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