Html Css Color HEX #CDADD0 Lilac

📋 copy color: '#CDADD0'

red 205 ◦ green 173 ◦ blue 208

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

Shades of Lilac #CDADD0

Tints of Lilac #CDADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 34.98%
G = 29.52%
B = 35.49%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDADD0 (or 0xCDADD0) is known color: Lilac. HEX triplet: CD, AD and D0. RGB value is (205,173,208). Sum of RGB (Red+Green+Blue) = 205+173+208=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD0 is #32522F. Grayscale: #BABABA. Windows color (decimal): -3297840 or 13675981. OLE color: 13675981.

HSL color Cylindrical-coordinate representation of color #CDADD0: hue angle of 294.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDADD0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 173 208 -
CMYK 0.01 0.17 0 0.18
HSL 294.86º 0.27% 0.75% -
HSV(B) 294.86º 0.17% 0.82% -
XYZ 51.51 47.42 66.11 -
YUV 186.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 205 173 208 0.01 0.17 0 0.18 294.86 0.27 0.75
Hex CD AD D0 1 11 0 12 127 1B 4B
Octal 315 255 320 1 21 0 22 447 33 113
Binary 11001101 10101101 11010000 1 10001 0 10010 100100111 11011 1001011

Color Harmonies of #CDADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADD0

Black with #CDADD0

Text Example


Text Example

White with #CDADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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