Html Css Color HEX #CCA5D2 Lilac

📋 copy color: '#CCA5D2'

red 204 ◦ green 165 ◦ blue 210

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

Shades of Lilac #CCA5D2

Tints of Lilac #CCA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.5%

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 35.23%
G = 28.5%
B = 36.27%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCA5D2 (or 0xCCA5D2) is known color: Lilac. HEX triplet: CC, A5 and D2. RGB value is (204,165,210). Sum of RGB (Red+Green+Blue) = 204+165+210=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5D2 is #335A2D. Grayscale: #B5B5B5. Windows color (decimal): -3365422 or 13805004. OLE color: 13805004.

HSL color Cylindrical-coordinate representation of color #CCA5D2: hue angle of 292º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA5D2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 165 210 -
CMYK 0.03 0.21 0 0.18
HSL 292º 0.33% 0.74% -
HSV(B) 292º 0.21% 0.82% -
XYZ 49.99 44.4 66.91 -
YUV 181.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 204 165 210 0.03 0.21 0 0.18 292 0.33 0.74
Hex CC A5 D2 3 15 0 12 124 21 4A
Octal 314 245 322 3 25 0 22 444 41 112
Binary 11001100 10100101 11010010 11 10101 0 10010 100100100 100001 1001010

Color Harmonies of #CCA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5D2

Black with #CCA5D2

Text Example


Text Example

White with #CCA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5D2; }

 p { color: rgb(204,165,210); }

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

background-color css

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

 a { background-color: rgb(204,165,210); }

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

border-color css

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

 span { border-color: rgb(204,165,210); }

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