Html Css Color HEX #CDA5CC Lilac

📋 copy color: '#CDA5CC'

red 205 ◦ green 165 ◦ blue 204

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

Shades of Lilac #CDA5CC

Tints of Lilac #CDA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.75%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 35.71%
G = 28.75%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDA5CC (or 0xCDA5CC) is known color: Lilac. HEX triplet: CD, A5 and CC. RGB value is (205,165,204). Sum of RGB (Red+Green+Blue) = 205+165+204=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5CC is #325A33. Grayscale: #B5B5B5. Windows color (decimal): -3299892 or 13411789. OLE color: 13411789.

HSL color Cylindrical-coordinate representation of color #CDA5CC: hue angle of 301.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5CC is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 204 -
CMYK 0 0.20 0.00 0.20
HSL 301.5º 0.29% 0.73% -
HSV(B) 301.5º 0.2% 0.8% -
XYZ 49.53 44.25 63.06 -
YUV 181.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 205 165 204 0 0.20 0.00 0.20 301.5 0.29 0.73
Hex CD A5 CC 0 14 0 14 12E 1D 49
Octal 315 245 314 0 24 0 24 456 35 111
Binary 11001101 10100101 11001100 0 10100 0 10100 100101110 11101 1001001

Color Harmonies of #CDA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5CC

Black with #CDA5CC

Text Example


Text Example

White with #CDA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5CC; }

 p { color: rgb(205,165,204); }

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

background-color css

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

 a { background-color: rgb(205,165,204); }

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

border-color css

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

 span { border-color: rgb(205,165,204); }

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