Html Css Color HEX #CFACD2 Lilac

📋 copy color: '#CFACD2'

red 207 ◦ green 172 ◦ blue 210

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

Shades of Lilac #CFACD2

Tints of Lilac #CFACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

 BLUE value IS 210 (82.42% from 255) = 35.65%

R = 35.14%
G = 29.2%
B = 35.65%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFACD2 (or 0xCFACD2) is known color: Lilac. HEX triplet: CF, AC and D2. RGB value is (207,172,210). Sum of RGB (Red+Green+Blue) = 207+172+210=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD2 is #30532D. Grayscale: #BABABA. Windows color (decimal): -3167022 or 13806799. OLE color: 13806799.

HSL color Cylindrical-coordinate representation of color #CFACD2: hue angle of 295.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFACD2 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 172 210 -
CMYK 0.01 0.18 0 0.18
HSL 295.26º 0.3% 0.75% -
HSV(B) 295.26º 0.18% 0.82% -
XYZ 52.12 47.42 67.38 -
YUV 186.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 207 172 210 0.01 0.18 0 0.18 295.26 0.3 0.75
Hex CF AC D2 1 12 0 12 127 1E 4B
Octal 317 254 322 1 22 0 22 447 36 113
Binary 11001111 10101100 11010010 1 10010 0 10010 100100111 11110 1001011

Color Harmonies of #CFACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACD2

Black with #CFACD2

Text Example


Text Example

White with #CFACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACD2; }

 p { color: rgb(207,172,210); }

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

background-color css

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

 a { background-color: rgb(207,172,210); }

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

border-color css

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

 span { border-color: rgb(207,172,210); }

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