Html Css Color HEX #CDAFC9 Lilac

📋 copy color: '#CDAFC9'

red 205 ◦ green 175 ◦ blue 201

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

Shades of Lilac #CDAFC9

Tints of Lilac #CDAFC9

RGB

 RED value IS 205 (80.47% from 255) = 35.28%

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 35.28%
G = 30.12%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDAFC9 (or 0xCDAFC9) is known color: Lilac. HEX triplet: CD, AF and C9. RGB value is (205,175,201). Sum of RGB (Red+Green+Blue) = 205+175+201=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC9 is #325036. Grayscale: #BABABA. Windows color (decimal): -3297335 or 13217741. OLE color: 13217741.

HSL color Cylindrical-coordinate representation of color #CDAFC9: hue angle of 308º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFC9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 201 -
CMYK 0 0.15 0.02 0.20
HSL 308º 0.23% 0.75% -
HSV(B) 308º 0.15% 0.8% -
XYZ 51.05 47.86 61.8 -
YUV 186.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 205 175 201 0 0.15 0.02 0.20 308 0.23 0.75
Hex CD AF C9 0 F 2 14 134 17 4B
Octal 315 257 311 0 17 2 24 464 27 113
Binary 11001101 10101111 11001001 0 1111 10 10100 100110100 10111 1001011

Color Harmonies of #CDAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFC9

Black with #CDAFC9

Text Example


Text Example

White with #CDAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFC9; }

 p { color: rgb(205,175,201); }

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

background-color css

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

 a { background-color: rgb(205,175,201); }

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

border-color css

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

 span { border-color: rgb(205,175,201); }

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