Html Css Color HEX #CFC4BF Pale Slate

📋 copy color: '#CFC4BF'

red 207 ◦ green 196 ◦ blue 191

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

Shades of Pale Slate #CFC4BF

Tints of Pale Slate #CFC4BF

RGB

 RED value IS 207 (81.25% from 255) = 34.85%

 GREEN value IS 196 (76.95% from 255) = 33%

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

R = 34.85%
G = 33%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFC4BF (or 0xCFC4BF) is known color: Pale Slate. HEX triplet: CF, C4 and BF. RGB value is (207,196,191). Sum of RGB (Red+Green+Blue) = 207+196+191=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4BF is #303B40. Grayscale: #C6C6C6. Windows color (decimal): -3160897 or 12567759. OLE color: 12567759.

HSL color Cylindrical-coordinate representation of color #CFC4BF: hue angle of 18.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC4BF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 191 -
CMYK 0 0.05 0.08 0.19
HSL 18.75º 0.14% 0.78% -
HSV(B) 18.75º 0.08% 0.81% -
XYZ 54.88 56.51 57.3 -
YUV 198.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 207 196 191 0 0.05 0.08 0.19 18.75 0.14 0.78
Hex CF C4 BF 0 5 8 13 13 E 4E
Octal 317 304 277 0 5 10 23 23 16 116
Binary 11001111 11000100 10111111 0 101 1000 10011 10011 1110 1001110

Color Harmonies of #CFC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4BF

Black with #CFC4BF

Text Example


Text Example

White with #CFC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4BF; }

 p { color: rgb(207,196,191); }

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

background-color css

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

 a { background-color: rgb(207,196,191); }

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

border-color css

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

 span { border-color: rgb(207,196,191); }

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