Html Css Color HEX #CFA9D0 Lilac

📋 copy color: '#CFA9D0'

red 207 ◦ green 169 ◦ blue 208

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

Shades of Lilac #CFA9D0

Tints of Lilac #CFA9D0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.94%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 35.45%
G = 28.94%
B = 35.62%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFA9D0 (or 0xCFA9D0) is known color: Lilac. HEX triplet: CF, A9 and D0. RGB value is (207,169,208). Sum of RGB (Red+Green+Blue) = 207+169+208=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9D0 is #30562F. Grayscale: #B8B8B8. Windows color (decimal): -3167792 or 13674959. OLE color: 13674959.

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

Color convert

RGB 207 169 208 -
CMYK 0.00 0.19 0 0.18
HSL 298.46º 0.29% 0.74% -
HSV(B) 298.46º 0.19% 0.82% -
XYZ 51.31 46.2 65.89 -
YUV 184.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 207 169 208 0.00 0.19 0 0.18 298.46 0.29 0.74
Hex CF A9 D0 0 13 0 12 12A 1D 4A
Octal 317 251 320 0 23 0 22 452 35 112
Binary 11001111 10101001 11010000 0 10011 0 10010 100101010 11101 1001010

Color Harmonies of #CFA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9D0

Black with #CFA9D0

Text Example


Text Example

White with #CFA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9D0; }

 p { color: rgb(207,169,208); }

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

background-color css

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

 a { background-color: rgb(207,169,208); }

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

border-color css

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

 span { border-color: rgb(207,169,208); }

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