Html Css Color HEX #DFCBDB French Lilac

📋 copy color: '#DFCBDB'

red 223 ◦ green 203 ◦ blue 219

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

Shades of French Lilac #DFCBDB

Tints of French Lilac #DFCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.47%

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

R = 34.57%
G = 31.47%
B = 33.95%

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

#DFCBDB (or 0xDFCBDB) is known color: French Lilac. HEX triplet: DF, CB and DB. RGB value is (223,203,219). Sum of RGB (Red+Green+Blue) = 223+203+219=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDB is #203424. Grayscale: #D2D2D2. Windows color (decimal): -2110501 or 14404575. OLE color: 14404575.

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

Color convert

RGB 223 203 219 -
CMYK 0 0.09 0.02 0.13
HSL 312º 0.24% 0.84% -
HSV(B) 312º 0.09% 0.87% -
XYZ 64.57 63.51 75.87 -
YUV 210.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 223 203 219 0 0.09 0.02 0.13 312 0.24 0.84
Hex DF CB DB 0 9 2 D 138 18 54
Octal 337 313 333 0 11 2 15 470 30 124
Binary 11011111 11001011 11011011 0 1001 10 1101 100111000 11000 1010100

Color Harmonies of #DFCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBDB

Black with #DFCBDB

Text Example


Text Example

White with #DFCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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