Html Css Color HEX #CFA4CC Lilac

📋 copy color: '#CFA4CC'

red 207 ◦ green 164 ◦ blue 204

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

Shades of Lilac #CFA4CC

Tints of Lilac #CFA4CC

RGB

 RED value IS 207 (81.25% from 255) = 36%

 GREEN value IS 164 (64.45% from 255) = 28.52%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 36%
G = 28.52%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFA4CC (or 0xCFA4CC) is known color: Lilac. HEX triplet: CF, A4 and CC. RGB value is (207,164,204). Sum of RGB (Red+Green+Blue) = 207+164+204=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4CC is #305B33. Grayscale: #B5B5B5. Windows color (decimal): -3169076 or 13411535. OLE color: 13411535.

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

Color convert

RGB 207 164 204 -
CMYK 0 0.21 0.01 0.19
HSL 304.19º 0.31% 0.73% -
HSV(B) 304.19º 0.21% 0.81% -
XYZ 49.91 44.18 63.02 -
YUV 181.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 207 164 204 0 0.21 0.01 0.19 304.19 0.31 0.73
Hex CF A4 CC 0 15 1 13 130 1F 49
Octal 317 244 314 0 25 1 23 460 37 111
Binary 11001111 10100100 11001100 0 10101 1 10011 100110000 11111 1001001

Color Harmonies of #CFA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4CC

Black with #CFA4CC

Text Example


Text Example

White with #CFA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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