Html Css Color HEX #DFCEDB French Lilac

📋 copy color: '#DFCEDB'

red 223 ◦ green 206 ◦ blue 219

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

Shades of French Lilac #DFCEDB

Tints of French Lilac #DFCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.79%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 34.41%
G = 31.79%
B = 33.8%

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

#DFCEDB (or 0xDFCEDB) is known color: French Lilac. HEX triplet: DF, CE and DB. RGB value is (223,206,219). Sum of RGB (Red+Green+Blue) = 223+206+219=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDB is #203124. Grayscale: #D4D4D4. Windows color (decimal): -2109733 or 14405343. OLE color: 14405343.

HSL color Cylindrical-coordinate representation of color #DFCEDB: hue angle of 314.12º degrees, saturation: 0.21, 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 #DFCEDB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 219 -
CMYK 0 0.08 0.02 0.13
HSL 314.12º 0.21% 0.84% -
HSV(B) 314.12º 0.08% 0.87% -
XYZ 65.29 64.95 76.11 -
YUV 212.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 223 206 219 0 0.08 0.02 0.13 314.12 0.21 0.84
Hex DF CE DB 0 8 2 D 13A 15 54
Octal 337 316 333 0 10 2 15 472 25 124
Binary 11011111 11001110 11011011 0 1000 10 1101 100111010 10101 1010100

Color Harmonies of #DFCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEDB

Black with #DFCEDB

Text Example


Text Example

White with #DFCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEDB; }

 p { color: rgb(223,206,219); }

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

background-color css

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

 a { background-color: rgb(223,206,219); }

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

border-color css

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

 span { border-color: rgb(223,206,219); }

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