Html Css Color HEX #CEC9BD Quill Grey

📋 copy color: '#CEC9BD'

red 206 ◦ green 201 ◦ blue 189

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

Shades of Quill Grey #CEC9BD

Tints of Quill Grey #CEC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 34.56%
G = 33.72%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEC9BD (or 0xCEC9BD) is known color: Quill Grey. HEX triplet: CE, C9 and BD. RGB value is (206,201,189). Sum of RGB (Red+Green+Blue) = 206+201+189=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BD is #313642. Grayscale: #C9C9C9. Windows color (decimal): -3225155 or 12437966. OLE color: 12437966.

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

Color convert

RGB 206 201 189 -
CMYK 0 0.02 0.08 0.19
HSL 42.35º 0.15% 0.77% -
HSV(B) 42.35º 0.08% 0.81% -
XYZ 55.53 58.57 56.52 -
YUV 201.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 206 201 189 0 0.02 0.08 0.19 42.35 0.15 0.77
Hex CE C9 BD 0 2 8 13 2A F 4D
Octal 316 311 275 0 2 10 23 52 17 115
Binary 11001110 11001001 10111101 0 10 1000 10011 101010 1111 1001101

Color Harmonies of #CEC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9BD

Black with #CEC9BD

Text Example


Text Example

White with #CEC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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