Html Css Color HEX #DFCADB French Lilac

📋 copy color: '#DFCADB'

red 223 ◦ green 202 ◦ blue 219

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

Shades of French Lilac #DFCADB

Tints of French Lilac #DFCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.37%

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

R = 34.63%
G = 31.37%
B = 34.01%

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

#DFCADB (or 0xDFCADB) is known color: French Lilac. HEX triplet: DF, CA and DB. RGB value is (223,202,219). Sum of RGB (Red+Green+Blue) = 223+202+219=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADB is #203524. Grayscale: #D2D2D2. Windows color (decimal): -2110757 or 14404319. OLE color: 14404319.

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

Color convert

RGB 223 202 219 -
CMYK 0 0.09 0.02 0.13
HSL 311.43º 0.25% 0.83% -
HSV(B) 311.43º 0.09% 0.87% -
XYZ 64.34 63.04 75.8 -
YUV 210.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 223 202 219 0 0.09 0.02 0.13 311.43 0.25 0.83
Hex DF CA DB 0 9 2 D 137 19 53
Octal 337 312 333 0 11 2 15 467 31 123
Binary 11011111 11001010 11011011 0 1001 10 1101 100110111 11001 1010011

Color Harmonies of #DFCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCADB

Black with #DFCADB

Text Example


Text Example

White with #DFCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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