Html Css Color HEX #CDA4C8 Lilac

📋 copy color: '#CDA4C8'

red 205 ◦ green 164 ◦ blue 200

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

Shades of Lilac #CDA4C8

Tints of Lilac #CDA4C8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.82%

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 36.03%
G = 28.82%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDA4C8 (or 0xCDA4C8) is known color: Lilac. HEX triplet: CD, A4 and C8. RGB value is (205,164,200). Sum of RGB (Red+Green+Blue) = 205+164+200=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C8 is #325B37. Grayscale: #B4B4B4. Windows color (decimal): -3300152 or 13149389. OLE color: 13149389.

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

Color convert

RGB 205 164 200 -
CMYK 0 0.2 0.02 0.20
HSL 307.32º 0.29% 0.72% -
HSV(B) 307.32º 0.2% 0.8% -
XYZ 48.88 43.7 60.5 -
YUV 180.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 205 164 200 0 0.2 0.02 0.20 307.32 0.29 0.72
Hex CD A4 C8 0 14 2 14 133 1D 48
Octal 315 244 310 0 24 2 24 463 35 110
Binary 11001101 10100100 11001000 0 10100 10 10100 100110011 11101 1001000

Color Harmonies of #CDA4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA4C8

Black with #CDA4C8

Text Example


Text Example

White with #CDA4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA4C8; }

 p { color: rgb(205,164,200); }

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

background-color css

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

 a { background-color: rgb(205,164,200); }

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

border-color css

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

 span { border-color: rgb(205,164,200); }

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