Html Css Color HEX #CFC3BE Pale Slate

📋 copy color: '#CFC3BE'

red 207 ◦ green 195 ◦ blue 190

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

Shades of Pale Slate #CFC3BE

Tints of Pale Slate #CFC3BE

RGB

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

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

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

R = 34.97%
G = 32.94%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFC3BE (or 0xCFC3BE) is known color: Pale Slate. HEX triplet: CF, C3 and BE. RGB value is (207,195,190). Sum of RGB (Red+Green+Blue) = 207+195+190=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BE is #303C41. Grayscale: #C6C6C6. Windows color (decimal): -3161154 or 12501967. OLE color: 12501967.

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

Color convert

RGB 207 195 190 -
CMYK 0 0.06 0.08 0.19
HSL 17.65º 0.15% 0.78% -
HSV(B) 17.65º 0.08% 0.81% -
XYZ 54.54 56.01 56.65 -
YUV 198.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 207 195 190 0 0.06 0.08 0.19 17.65 0.15 0.78
Hex CF C3 BE 0 6 8 13 12 F 4E
Octal 317 303 276 0 6 10 23 22 17 116
Binary 11001111 11000011 10111110 0 110 1000 10011 10010 1111 1001110

Color Harmonies of #CFC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC3BE

Black with #CFC3BE

Text Example


Text Example

White with #CFC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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