Html Css Color HEX #CCAECF Lilac

📋 copy color: '#CCAECF'

red 204 ◦ green 174 ◦ blue 207

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

Shades of Lilac #CCAECF

Tints of Lilac #CCAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 34.87%
G = 29.74%
B = 35.38%

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

#CCAECF (or 0xCCAECF) is known color: Lilac. HEX triplet: CC, AE and CF. RGB value is (204,174,207). Sum of RGB (Red+Green+Blue) = 204+174+207=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECF is #335130. Grayscale: #BABABA. Windows color (decimal): -3363121 or 13610700. OLE color: 13610700.

HSL color Cylindrical-coordinate representation of color #CCAECF: hue angle of 294.55º degrees, saturation: 0.26, 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 #CCAECF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 174 207 -
CMYK 0.01 0.16 0 0.19
HSL 294.55º 0.26% 0.75% -
HSV(B) 294.55º 0.16% 0.81% -
XYZ 51.3 47.61 65.52 -
YUV 186.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 204 174 207 0.01 0.16 0 0.19 294.55 0.26 0.75
Hex CC AE CF 1 10 0 13 127 1A 4B
Octal 314 256 317 1 20 0 23 447 32 113
Binary 11001100 10101110 11001111 1 10000 0 10011 100100111 11010 1001011

Color Harmonies of #CCAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAECF

Black with #CCAECF

Text Example


Text Example

White with #CCAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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