Html Css Color HEX #CEC9BB Quill Grey

📋 copy color: '#CEC9BB'

red 206 ◦ green 201 ◦ blue 187

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

Shades of Quill Grey #CEC9BB

Tints of Quill Grey #CEC9BB

RGB

 RED value IS 206 (80.86% from 255) = 34.68%

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 34.68%
G = 33.84%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEC9BB (or 0xCEC9BB) is known color: Quill Grey. HEX triplet: CE, C9 and BB. RGB value is (206,201,187). Sum of RGB (Red+Green+Blue) = 206+201+187=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BB is #313644. Grayscale: #C8C8C8. Windows color (decimal): -3225157 or 12306894. OLE color: 12306894.

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

Color convert

RGB 206 201 187 -
CMYK 0 0.02 0.09 0.19
HSL 44.21º 0.16% 0.77% -
HSV(B) 44.21º 0.09% 0.81% -
XYZ 55.31 58.48 55.39 -
YUV 200.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 206 201 187 0 0.02 0.09 0.19 44.21 0.16 0.77
Hex CE C9 BB 0 2 9 13 2C 10 4D
Octal 316 311 273 0 2 11 23 54 20 115
Binary 11001110 11001001 10111011 0 10 1001 10011 101100 10000 1001101

Color Harmonies of #CEC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9BB

Black with #CEC9BB

Text Example


Text Example

White with #CEC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9BB; }

 p { color: rgb(206,201,187); }

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

background-color css

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

 a { background-color: rgb(206,201,187); }

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

border-color css

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

 span { border-color: rgb(206,201,187); }

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