Html Css Color HEX #CECCC0 Quill Grey

📋 copy color: '#CECCC0'

red 206 ◦ green 204 ◦ blue 192

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

Shades of Quill Grey #CECCC0

Tints of Quill Grey #CECCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

 BLUE value IS 192 (75.39% from 255) = 31.89%

R = 34.22%
G = 33.89%
B = 31.89%

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

#CECCC0 (or 0xCECCC0) is known color: Quill Grey. HEX triplet: CE, CC and C0. RGB value is (206,204,192). Sum of RGB (Red+Green+Blue) = 206+204+192=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC0 is #31333F. Grayscale: #CBCBCB. Windows color (decimal): -3224384 or 12635342. OLE color: 12635342.

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

Color convert

RGB 206 204 192 -
CMYK 0 0.01 0.07 0.19
HSL 51.43º 0.13% 0.78% -
HSV(B) 51.43º 0.07% 0.81% -
XYZ 56.56 60.11 58.49 -
YUV 203.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 206 204 192 0 0.01 0.07 0.19 51.43 0.13 0.78
Hex CE CC C0 0 1 7 13 33 C 4E
Octal 316 314 300 0 1 7 23 63 14 116
Binary 11001110 11001100 11000000 0 1 111 10011 110011 1100 1001110

Color Harmonies of #CECCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCC0

Black with #CECCC0

Text Example


Text Example

White with #CECCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCC0; }

 p { color: rgb(206,204,192); }

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

background-color css

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

 a { background-color: rgb(206,204,192); }

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

border-color css

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

 span { border-color: rgb(206,204,192); }

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