Html Css Color HEX #CDA8C8 Lilac

📋 copy color: '#CDA8C8'

red 205 ◦ green 168 ◦ blue 200

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

Shades of Lilac #CDA8C8

Tints of Lilac #CDA8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.32%

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

R = 35.78%
G = 29.32%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDA8C8 (or 0xCDA8C8) is known color: Lilac. HEX triplet: CD, A8 and C8. RGB value is (205,168,200). Sum of RGB (Red+Green+Blue) = 205+168+200=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C8 is #325737. Grayscale: #B6B6B6. Windows color (decimal): -3299128 or 13150413. OLE color: 13150413.

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

Color convert

RGB 205 168 200 -
CMYK 0 0.18 0.02 0.20
HSL 308.11º 0.27% 0.73% -
HSV(B) 308.11º 0.18% 0.8% -
XYZ 49.6 45.15 60.74 -
YUV 182.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 205 168 200 0 0.18 0.02 0.20 308.11 0.27 0.73
Hex CD A8 C8 0 12 2 14 134 1B 49
Octal 315 250 310 0 22 2 24 464 33 111
Binary 11001101 10101000 11001000 0 10010 10 10100 100110100 11011 1001001

Color Harmonies of #CDA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA8C8

Black with #CDA8C8

Text Example


Text Example

White with #CDA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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