Html Css Color HEX #CFCDC5 Quill Grey

📋 copy color: '#CFCDC5'

red 207 ◦ green 205 ◦ blue 197

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

Shades of Quill Grey #CFCDC5

Tints of Quill Grey #CFCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.66%

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 33.99%
G = 33.66%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFCDC5 (or 0xCFCDC5) is known color: Quill Grey. HEX triplet: CF, CD and C5. RGB value is (207,205,197). Sum of RGB (Red+Green+Blue) = 207+205+197=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC5 is #30323A. Grayscale: #CCCCCC. Windows color (decimal): -3158587 or 12963279. OLE color: 12963279.

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

Color convert

RGB 207 205 197 -
CMYK 0 0.01 0.05 0.19
HSL 48º 0.09% 0.79% -
HSV(B) 48º 0.05% 0.81% -
XYZ 57.64 60.96 61.55 -
YUV 204.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 207 205 197 0 0.01 0.05 0.19 48 0.09 0.79
Hex CF CD C5 0 1 5 13 30 9 4F
Octal 317 315 305 0 1 5 23 60 11 117
Binary 11001111 11001101 11000101 0 1 101 10011 110000 1001 1001111

Color Harmonies of #CFCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCDC5

Black with #CFCDC5

Text Example


Text Example

White with #CFCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCDC5; }

 p { color: rgb(207,205,197); }

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

background-color css

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

 a { background-color: rgb(207,205,197); }

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

border-color css

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

 span { border-color: rgb(207,205,197); }

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