Html Css Color HEX #CFC4BE Pale Slate

📋 copy color: '#CFC4BE'

red 207 ◦ green 196 ◦ blue 190

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

Shades of Pale Slate #CFC4BE

Tints of Pale Slate #CFC4BE

RGB

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

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

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

R = 34.91%
G = 33.05%
B = 32.04%

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

#CFC4BE (or 0xCFC4BE) is known color: Pale Slate. HEX triplet: CF, C4 and BE. RGB value is (207,196,190). Sum of RGB (Red+Green+Blue) = 207+196+190=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4BE is #303B41. Grayscale: #C6C6C6. Windows color (decimal): -3160898 or 12502223. OLE color: 12502223.

HSL color Cylindrical-coordinate representation of color #CFC4BE: hue angle of 21.18º degrees, saturation: 0.15, 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 #CFC4BE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 190 -
CMYK 0 0.05 0.08 0.19
HSL 21.18º 0.15% 0.78% -
HSV(B) 21.18º 0.08% 0.81% -
XYZ 54.77 56.46 56.73 -
YUV 198.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 207 196 190 0 0.05 0.08 0.19 21.18 0.15 0.78
Hex CF C4 BE 0 5 8 13 15 F 4E
Octal 317 304 276 0 5 10 23 25 17 116
Binary 11001111 11000100 10111110 0 101 1000 10011 10101 1111 1001110

Color Harmonies of #CFC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4BE

Black with #CFC4BE

Text Example


Text Example

White with #CFC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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