Html Css Color HEX #CAADCD Lilac

📋 copy color: '#CAADCD'

red 202 ◦ green 173 ◦ blue 205

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

Shades of Lilac #CAADCD

Tints of Lilac #CAADCD

RGB

 RED value IS 202 (79.3% from 255) = 34.83%

 GREEN value IS 173 (67.97% from 255) = 29.83%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 34.83%
G = 29.83%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAADCD (or 0xCAADCD) is known color: Lilac. HEX triplet: CA, AD and CD. RGB value is (202,173,205). Sum of RGB (Red+Green+Blue) = 202+173+205=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADCD is #355232. Grayscale: #B9B9B9. Windows color (decimal): -3494451 or 13479370. OLE color: 13479370.

HSL color Cylindrical-coordinate representation of color #CAADCD: hue angle of 294.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAADCD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 173 205 -
CMYK 0.01 0.16 0 0.20
HSL 294.38º 0.24% 0.74% -
HSV(B) 294.38º 0.16% 0.8% -
XYZ 50.32 46.85 64.15 -
YUV 185.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 202 173 205 0.01 0.16 0 0.20 294.38 0.24 0.74
Hex CA AD CD 1 10 0 14 126 18 4A
Octal 312 255 315 1 20 0 24 446 30 112
Binary 11001010 10101101 11001101 1 10000 0 10100 100100110 11000 1001010

Color Harmonies of #CAADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADCD

Black with #CAADCD

Text Example


Text Example

White with #CAADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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