Html Css Color HEX #CCAECD Lilac

📋 copy color: '#CCAECD'

red 204 ◦ green 174 ◦ blue 205

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

Shades of Lilac #CCAECD

Tints of Lilac #CCAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.85%

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 34.99%
G = 29.85%
B = 35.16%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCAECD (or 0xCCAECD) is known color: Lilac. HEX triplet: CC, AE and CD. RGB value is (204,174,205). Sum of RGB (Red+Green+Blue) = 204+174+205=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECD is #335132. Grayscale: #BABABA. Windows color (decimal): -3363123 or 13479628. OLE color: 13479628.

HSL color Cylindrical-coordinate representation of color #CCAECD: hue angle of 298.06º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAECD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 174 205 -
CMYK 0.00 0.15 0 0.20
HSL 298.06º 0.24% 0.74% -
HSV(B) 298.06º 0.15% 0.8% -
XYZ 51.06 47.52 64.24 -
YUV 186.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 204 174 205 0.00 0.15 0 0.20 298.06 0.24 0.74
Hex CC AE CD 0 F 0 14 12A 18 4A
Octal 314 256 315 0 17 0 24 452 30 112
Binary 11001100 10101110 11001101 0 1111 0 10100 100101010 11000 1001010

Color Harmonies of #CCAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAECD

Black with #CCAECD

Text Example


Text Example

White with #CCAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAECD; }

 p { color: rgb(204,174,205); }

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

background-color css

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

 a { background-color: rgb(204,174,205); }

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

border-color css

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

 span { border-color: rgb(204,174,205); }

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