Html Css Color HEX #CCAECA Lilac

📋 copy color: '#CCAECA'

red 204 ◦ green 174 ◦ blue 202

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

Shades of Lilac #CCAECA

Tints of Lilac #CCAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 35.17%
G = 30%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCAECA (or 0xCCAECA) is known color: Lilac. HEX triplet: CC, AE and CA. RGB value is (204,174,202). Sum of RGB (Red+Green+Blue) = 204+174+202=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECA is #335135. Grayscale: #BABABA. Windows color (decimal): -3363126 or 13283020. OLE color: 13283020.

HSL color Cylindrical-coordinate representation of color #CCAECA: hue angle of 304º degrees, saturation: 0.23, 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 #CCAECA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 202 -
CMYK 0 0.15 0.01 0.2
HSL 304º 0.23% 0.74% -
HSV(B) 304º 0.15% 0.8% -
XYZ 50.7 47.37 62.35 -
YUV 186.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 204 174 202 0 0.15 0.01 0.2 304 0.23 0.74
Hex CC AE CA 0 F 1 14 130 17 4A
Octal 314 256 312 0 17 1 24 460 27 112
Binary 11001100 10101110 11001010 0 1111 1 10100 100110000 10111 1001010

Color Harmonies of #CCAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAECA

Black with #CCAECA

Text Example


Text Example

White with #CCAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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