Html Css Color HEX #CECABC Quill Grey

📋 copy color: '#CECABC'

red 206 ◦ green 202 ◦ blue 188

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

Shades of Quill Grey #CECABC

Tints of Quill Grey #CECABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.89%

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 34.56%
G = 33.89%
B = 31.54%

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

#CECABC (or 0xCECABC) is known color: Quill Grey. HEX triplet: CE, CA and BC. RGB value is (206,202,188). Sum of RGB (Red+Green+Blue) = 206+202+188=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABC is #313543. Grayscale: #C9C9C9. Windows color (decimal): -3224900 or 12372686. OLE color: 12372686.

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

Color convert

RGB 206 202 188 -
CMYK 0 0.02 0.09 0.19
HSL 46.67º 0.16% 0.77% -
HSV(B) 46.67º 0.09% 0.81% -
XYZ 55.65 58.99 56.03 -
YUV 201.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 206 202 188 0 0.02 0.09 0.19 46.67 0.16 0.77
Hex CE CA BC 0 2 9 13 2F 10 4D
Octal 316 312 274 0 2 11 23 57 20 115
Binary 11001110 11001010 10111100 0 10 1001 10011 101111 10000 1001101

Color Harmonies of #CECABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECABC

Black with #CECABC

Text Example


Text Example

White with #CECABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECABC; }

 p { color: rgb(206,202,188); }

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

background-color css

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

 a { background-color: rgb(206,202,188); }

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

border-color css

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

 span { border-color: rgb(206,202,188); }

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