Html Css Color HEX #CDAFD0 Lilac

📋 copy color: '#CDAFD0'

red 205 ◦ green 175 ◦ blue 208

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

Shades of Lilac #CDAFD0

Tints of Lilac #CDAFD0

RGB

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

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

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

R = 34.86%
G = 29.76%
B = 35.37%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDAFD0 (or 0xCDAFD0) is known color: Lilac. HEX triplet: CD, AF and D0. RGB value is (205,175,208). Sum of RGB (Red+Green+Blue) = 205+175+208=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFD0 is #32502F. Grayscale: #BBBBBB. Windows color (decimal): -3297328 or 13676493. OLE color: 13676493.

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

Color convert

RGB 205 175 208 -
CMYK 0.01 0.16 0 0.18
HSL 294.55º 0.26% 0.75% -
HSV(B) 294.55º 0.16% 0.82% -
XYZ 51.89 48.19 66.24 -
YUV 187.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 205 175 208 0.01 0.16 0 0.18 294.55 0.26 0.75
Hex CD AF D0 1 10 0 12 127 1A 4B
Octal 315 257 320 1 20 0 22 447 32 113
Binary 11001101 10101111 11010000 1 10000 0 10010 100100111 11010 1001011

Color Harmonies of #CDAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFD0

Black with #CDAFD0

Text Example


Text Example

White with #CDAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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