Html Css Color HEX #CCAED0 Lilac

📋 copy color: '#CCAED0'

red 204 ◦ green 174 ◦ blue 208

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

Shades of Lilac #CCAED0

Tints of Lilac #CCAED0

RGB

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

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

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

R = 34.81%
G = 29.69%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCAED0 (or 0xCCAED0) is known color: Lilac. HEX triplet: CC, AE and D0. RGB value is (204,174,208). Sum of RGB (Red+Green+Blue) = 204+174+208=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED0 is #33512F. Grayscale: #BABABA. Windows color (decimal): -3363120 or 13676236. OLE color: 13676236.

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

Color convert

RGB 204 174 208 -
CMYK 0.02 0.16 0 0.18
HSL 292.94º 0.27% 0.75% -
HSV(B) 292.94º 0.16% 0.82% -
XYZ 51.42 47.66 66.16 -
YUV 186.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 204 174 208 0.02 0.16 0 0.18 292.94 0.27 0.75
Hex CC AE D0 2 10 0 12 125 1B 4B
Octal 314 256 320 2 20 0 22 445 33 113
Binary 11001100 10101110 11010000 10 10000 0 10010 100100101 11011 1001011

Color Harmonies of #CCAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAED0

Black with #CCAED0

Text Example


Text Example

White with #CCAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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