Html Css Color HEX #D2ADCC French Lilac

📋 copy color: '#D2ADCC'

red 210 ◦ green 173 ◦ blue 204

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

Shades of French Lilac #D2ADCC

Tints of French Lilac #D2ADCC

RGB

 RED value IS 210 (82.42% from 255) = 35.78%

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

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

R = 35.78%
G = 29.47%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2ADCC (or 0xD2ADCC) is known color: French Lilac. HEX triplet: D2, AD and CC. RGB value is (210,173,204). Sum of RGB (Red+Green+Blue) = 210+173+204=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADCC is #2D5233. Grayscale: #BBBBBB. Windows color (decimal): -2970164 or 13413842. OLE color: 13413842.

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

Color convert

RGB 210 173 204 -
CMYK 0 0.18 0.03 0.18
HSL 309.73º 0.29% 0.75% -
HSV(B) 309.73º 0.18% 0.82% -
XYZ 52.42 47.95 63.62 -
YUV 187.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 210 173 204 0 0.18 0.03 0.18 309.73 0.29 0.75
Hex D2 AD CC 0 12 3 12 136 1D 4B
Octal 322 255 314 0 22 3 22 466 35 113
Binary 11010010 10101101 11001100 0 10010 11 10010 100110110 11101 1001011

Color Harmonies of #D2ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADCC

Black with #D2ADCC

Text Example


Text Example

White with #D2ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADCC; }

 p { color: rgb(210,173,204); }

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

background-color css

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

 a { background-color: rgb(210,173,204); }

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

border-color css

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

 span { border-color: rgb(210,173,204); }

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