Html Css Color HEX #CECBBF Quill Grey

📋 copy color: '#CECBBF'

red 206 ◦ green 203 ◦ blue 191

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

Shades of Quill Grey #CECBBF

Tints of Quill Grey #CECBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.83%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 34.33%
G = 33.83%
B = 31.83%

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

#CECBBF (or 0xCECBBF) is known color: Quill Grey. HEX triplet: CE, CB and BF. RGB value is (206,203,191). Sum of RGB (Red+Green+Blue) = 206+203+191=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBF is #313440. Grayscale: #CACACA. Windows color (decimal): -3224641 or 12569550. OLE color: 12569550.

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

Color convert

RGB 206 203 191 -
CMYK 0 0.01 0.07 0.19
HSL 48º 0.13% 0.78% -
HSV(B) 48º 0.07% 0.81% -
XYZ 56.21 59.6 57.83 -
YUV 202.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 206 203 191 0 0.01 0.07 0.19 48 0.13 0.78
Hex CE CB BF 0 1 7 13 30 D 4E
Octal 316 313 277 0 1 7 23 60 15 116
Binary 11001110 11001011 10111111 0 1 111 10011 110000 1101 1001110

Color Harmonies of #CECBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBBF

Black with #CECBBF

Text Example


Text Example

White with #CECBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBBF; }

 p { color: rgb(206,203,191); }

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

background-color css

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

 a { background-color: rgb(206,203,191); }

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

border-color css

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

 span { border-color: rgb(206,203,191); }

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