Html Css Color HEX #CCAECE Lilac

📋 copy color: '#CCAECE'

red 204 ◦ green 174 ◦ blue 206

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

Shades of Lilac #CCAECE

Tints of Lilac #CCAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 34.93%
G = 29.79%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCAECE (or 0xCCAECE) is known color: Lilac. HEX triplet: CC, AE and CE. RGB value is (204,174,206). Sum of RGB (Red+Green+Blue) = 204+174+206=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECE is #335131. Grayscale: #BABABA. Windows color (decimal): -3363122 or 13545164. OLE color: 13545164.

HSL color Cylindrical-coordinate representation of color #CCAECE: hue angle of 296.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCAECE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 174 206 -
CMYK 0.01 0.16 0 0.19
HSL 296.25º 0.25% 0.75% -
HSV(B) 296.25º 0.16% 0.81% -
XYZ 51.18 47.57 64.88 -
YUV 186.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 204 174 206 0.01 0.16 0 0.19 296.25 0.25 0.75
Hex CC AE CE 1 10 0 13 128 19 4B
Octal 314 256 316 1 20 0 23 450 31 113
Binary 11001100 10101110 11001110 1 10000 0 10011 100101000 11001 1001011

Color Harmonies of #CCAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAECE

Black with #CCAECE

Text Example


Text Example

White with #CCAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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