Html Css Color HEX #CECBBE Quill Grey

📋 copy color: '#CECBBE'

red 206 ◦ green 203 ◦ blue 190

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

Shades of Quill Grey #CECBBE

Tints of Quill Grey #CECBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 34.39%
G = 33.89%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CECBBE (or 0xCECBBE) is known color: Quill Grey. HEX triplet: CE, CB and BE. RGB value is (206,203,190). Sum of RGB (Red+Green+Blue) = 206+203+190=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBE is #313441. Grayscale: #CACACA. Windows color (decimal): -3224642 or 12504014. OLE color: 12504014.

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

Color convert

RGB 206 203 190 -
CMYK 0 0.01 0.08 0.19
HSL 48.75º 0.14% 0.78% -
HSV(B) 48.75º 0.08% 0.81% -
XYZ 56.1 59.55 57.25 -
YUV 202.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 206 203 190 0 0.01 0.08 0.19 48.75 0.14 0.78
Hex CE CB BE 0 1 8 13 31 E 4E
Octal 316 313 276 0 1 10 23 61 16 116
Binary 11001110 11001011 10111110 0 1 1000 10011 110001 1110 1001110

Color Harmonies of #CECBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBBE

Black with #CECBBE

Text Example


Text Example

White with #CECBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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