Html Css Color HEX #CFAACD Lilac

📋 copy color: '#CFAACD'

red 207 ◦ green 170 ◦ blue 205

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

Shades of Lilac #CFAACD

Tints of Lilac #CFAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.21%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 35.57%
G = 29.21%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFAACD (or 0xCFAACD) is known color: Lilac. HEX triplet: CF, AA and CD. RGB value is (207,170,205). Sum of RGB (Red+Green+Blue) = 207+170+205=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAACD is #305532. Grayscale: #B8B8B8. Windows color (decimal): -3167539 or 13478607. OLE color: 13478607.

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

Color convert

RGB 207 170 205 -
CMYK 0 0.18 0.01 0.19
HSL 303.24º 0.28% 0.74% -
HSV(B) 303.24º 0.18% 0.81% -
XYZ 51.13 46.42 64.02 -
YUV 185.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 207 170 205 0 0.18 0.01 0.19 303.24 0.28 0.74
Hex CF AA CD 0 12 1 13 12F 1C 4A
Octal 317 252 315 0 22 1 23 457 34 112
Binary 11001111 10101010 11001101 0 10010 1 10011 100101111 11100 1001010

Color Harmonies of #CFAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAACD

Black with #CFAACD

Text Example


Text Example

White with #CFAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAACD; }

 p { color: rgb(207,170,205); }

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

background-color css

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

 a { background-color: rgb(207,170,205); }

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

border-color css

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

 span { border-color: rgb(207,170,205); }

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