Html Css Color HEX #CDAFCA Lilac

📋 copy color: '#CDAFCA'

red 205 ◦ green 175 ◦ blue 202

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

Shades of Lilac #CDAFCA

Tints of Lilac #CDAFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 35.22%
G = 30.07%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDAFCA (or 0xCDAFCA) is known color: Lilac. HEX triplet: CD, AF and CA. RGB value is (205,175,202). Sum of RGB (Red+Green+Blue) = 205+175+202=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFCA is #325035. Grayscale: #BABABA. Windows color (decimal): -3297334 or 13283277. OLE color: 13283277.

HSL color Cylindrical-coordinate representation of color #CDAFCA: hue angle of 306º 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 #CDAFCA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 202 -
CMYK 0 0.15 0.01 0.20
HSL 306º 0.23% 0.75% -
HSV(B) 306º 0.15% 0.8% -
XYZ 51.17 47.9 62.43 -
YUV 187.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 205 175 202 0 0.15 0.01 0.20 306 0.23 0.75
Hex CD AF CA 0 F 1 14 132 17 4B
Octal 315 257 312 0 17 1 24 462 27 113
Binary 11001101 10101111 11001010 0 1111 1 10100 100110010 10111 1001011

Color Harmonies of #CDAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFCA

Black with #CDAFCA

Text Example


Text Example

White with #CDAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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