Html Css Color HEX #DFCCDA French Lilac

📋 copy color: '#DFCCDA'

red 223 ◦ green 204 ◦ blue 218

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

Shades of French Lilac #DFCCDA

Tints of French Lilac #DFCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

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

R = 34.57%
G = 31.63%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFCCDA (or 0xDFCCDA) is known color: French Lilac. HEX triplet: DF, CC and DA. RGB value is (223,204,218). Sum of RGB (Red+Green+Blue) = 223+204+218=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDA is #203325. Grayscale: #D3D3D3. Windows color (decimal): -2110246 or 14339295. OLE color: 14339295.

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

Color convert

RGB 223 204 218 -
CMYK 0 0.09 0.02 0.13
HSL 315.79º 0.23% 0.84% -
HSV(B) 315.79º 0.09% 0.87% -
XYZ 64.68 63.94 75.26 -
YUV 211.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 223 204 218 0 0.09 0.02 0.13 315.79 0.23 0.84
Hex DF CC DA 0 9 2 D 13C 17 54
Octal 337 314 332 0 11 2 15 474 27 124
Binary 11011111 11001100 11011010 0 1001 10 1101 100111100 10111 1010100

Color Harmonies of #DFCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCDA

Black with #DFCCDA

Text Example


Text Example

White with #DFCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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