Html Css Color HEX #CCACD0 Lilac

📋 copy color: '#CCACD0'

red 204 ◦ green 172 ◦ blue 208

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

Shades of Lilac #CCACD0

Tints of Lilac #CCACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.45%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 34.93%
G = 29.45%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCACD0 (or 0xCCACD0) is known color: Lilac. HEX triplet: CC, AC and D0. RGB value is (204,172,208). Sum of RGB (Red+Green+Blue) = 204+172+208=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD0 is #33532F. Grayscale: #B9B9B9. Windows color (decimal): -3363632 or 13675724. OLE color: 13675724.

HSL color Cylindrical-coordinate representation of color #CCACD0: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCACD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 172 208 -
CMYK 0.02 0.17 0 0.18
HSL 293.33º 0.28% 0.75% -
HSV(B) 293.33º 0.17% 0.82% -
XYZ 51.04 46.9 66.04 -
YUV 185.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 204 172 208 0.02 0.17 0 0.18 293.33 0.28 0.75
Hex CC AC D0 2 11 0 12 125 1C 4B
Octal 314 254 320 2 21 0 22 445 34 113
Binary 11001100 10101100 11010000 10 10001 0 10010 100100101 11100 1001011

Color Harmonies of #CCACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD0

Black with #CCACD0

Text Example


Text Example

White with #CCACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD0; }

 p { color: rgb(204,172,208); }

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

background-color css

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

 a { background-color: rgb(204,172,208); }

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

border-color css

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

 span { border-color: rgb(204,172,208); }

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