Html Css Color HEX #CCCABD Quill Grey

📋 copy color: '#CCCABD'

red 204 ◦ green 202 ◦ blue 189

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

Shades of Quill Grey #CCCABD

Tints of Quill Grey #CCCABD

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

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

R = 34.29%
G = 33.95%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCCABD (or 0xCCCABD) is known color: Quill Grey. HEX triplet: CC, CA and BD. RGB value is (204,202,189). Sum of RGB (Red+Green+Blue) = 204+202+189=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABD is #333542. Grayscale: #C9C9C9. Windows color (decimal): -3355971 or 12438220. OLE color: 12438220.

HSL color Cylindrical-coordinate representation of color #CCCABD: hue angle of 52º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCABD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 189 -
CMYK 0 0.01 0.07 0.2
HSL 52º 0.13% 0.77% -
HSV(B) 52º 0.07% 0.8% -
XYZ 55.21 58.75 56.57 -
YUV 201.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 204 202 189 0 0.01 0.07 0.2 52 0.13 0.77
Hex CC CA BD 0 1 7 14 34 D 4D
Octal 314 312 275 0 1 7 24 64 15 115
Binary 11001100 11001010 10111101 0 1 111 10100 110100 1101 1001101

Color Harmonies of #CCCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCABD

Black with #CCCABD

Text Example


Text Example

White with #CCCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCABD; }

 p { color: rgb(204,202,189); }

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

background-color css

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

 a { background-color: rgb(204,202,189); }

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

border-color css

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

 span { border-color: rgb(204,202,189); }

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