Html Css Color HEX #CFCCC1 Quill Grey

📋 copy color: '#CFCCC1'

red 207 ◦ green 204 ◦ blue 193

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

Shades of Quill Grey #CFCCC1

Tints of Quill Grey #CFCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 34.27%
G = 33.77%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CFCCC1 (or 0xCFCCC1) is known color: Quill Grey. HEX triplet: CF, CC and C1. RGB value is (207,204,193). Sum of RGB (Red+Green+Blue) = 207+204+193=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC1 is #30333E. Grayscale: #CBCBCB. Windows color (decimal): -3158847 or 12700879. OLE color: 12700879.

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

Color convert

RGB 207 204 193 -
CMYK 0 0.01 0.07 0.19
HSL 47.14º 0.13% 0.78% -
HSV(B) 47.14º 0.07% 0.81% -
XYZ 56.95 60.3 59.09 -
YUV 203.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 207 204 193 0 0.01 0.07 0.19 47.14 0.13 0.78
Hex CF CC C1 0 1 7 13 2F D 4E
Octal 317 314 301 0 1 7 23 57 15 116
Binary 11001111 11001100 11000001 0 1 111 10011 101111 1101 1001110

Color Harmonies of #CFCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCC1

Black with #CFCCC1

Text Example


Text Example

White with #CFCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCC1; }

 p { color: rgb(207,204,193); }

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

background-color css

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

 a { background-color: rgb(207,204,193); }

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

border-color css

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

 span { border-color: rgb(207,204,193); }

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