Html Css Color HEX #CFA8D0 Lilac

📋 copy color: '#CFA8D0'

red 207 ◦ green 168 ◦ blue 208

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

Shades of Lilac #CFA8D0

Tints of Lilac #CFA8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.82%

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

R = 35.51%
G = 28.82%
B = 35.68%

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

#CFA8D0 (or 0xCFA8D0) is known color: Lilac. HEX triplet: CF, A8 and D0. RGB value is (207,168,208). Sum of RGB (Red+Green+Blue) = 207+168+208=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D0 is #30572F. Grayscale: #B8B8B8. Windows color (decimal): -3168048 or 13674703. OLE color: 13674703.

HSL color Cylindrical-coordinate representation of color #CFA8D0: hue angle of 298.5º degrees, saturation: 0.3, 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 #CFA8D0 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 168 208 -
CMYK 0.00 0.19 0 0.18
HSL 298.5º 0.3% 0.74% -
HSV(B) 298.5º 0.19% 0.82% -
XYZ 51.12 45.82 65.83 -
YUV 184.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 207 168 208 0.00 0.19 0 0.18 298.5 0.3 0.74
Hex CF A8 D0 0 13 0 12 12A 1E 4A
Octal 317 250 320 0 23 0 22 452 36 112
Binary 11001111 10101000 11010000 0 10011 0 10010 100101010 11110 1001010

Color Harmonies of #CFA8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8D0

Black with #CFA8D0

Text Example


Text Example

White with #CFA8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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