Html Css Color HEX #DFCDDA French Lilac

📋 copy color: '#DFCDDA'

red 223 ◦ green 205 ◦ blue 218

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

Shades of French Lilac #DFCDDA

Tints of French Lilac #DFCDDA

RGB

 RED value IS 223 (87.5% from 255) = 34.52%

 GREEN value IS 205 (80.47% from 255) = 31.73%

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 34.52%
G = 31.73%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFCDDA (or 0xDFCDDA) is known color: French Lilac. HEX triplet: DF, CD and DA. RGB value is (223,205,218). Sum of RGB (Red+Green+Blue) = 223+205+218=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDA is #203225. Grayscale: #D3D3D3. Windows color (decimal): -2109990 or 14339551. OLE color: 14339551.

HSL color Cylindrical-coordinate representation of color #DFCDDA: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDDA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 218 -
CMYK 0 0.08 0.02 0.13
HSL 316.67º 0.22% 0.84% -
HSV(B) 316.67º 0.08% 0.87% -
XYZ 64.92 64.41 75.34 -
YUV 211.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 223 205 218 0 0.08 0.02 0.13 316.67 0.22 0.84
Hex DF CD DA 0 8 2 D 13D 16 54
Octal 337 315 332 0 10 2 15 475 26 124
Binary 11011111 11001101 11011010 0 1000 10 1101 100111101 10110 1010100

Color Harmonies of #DFCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDDA

Black with #DFCDDA

Text Example


Text Example

White with #DFCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDDA; }

 p { color: rgb(223,205,218); }

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

background-color css

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

 a { background-color: rgb(223,205,218); }

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

border-color css

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

 span { border-color: rgb(223,205,218); }

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