Html Css Color HEX #DECBDA French Lilac

📋 copy color: '#DECBDA'

red 222 ◦ green 203 ◦ blue 218

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

Shades of French Lilac #DECBDA

Tints of French Lilac #DECBDA

RGB

 RED value IS 222 (87.11% from 255) = 34.53%

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

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

R = 34.53%
G = 31.57%
B = 33.9%

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

#DECBDA (or 0xDECBDA) is known color: French Lilac. HEX triplet: DE, CB and DA. RGB value is (222,203,218). Sum of RGB (Red+Green+Blue) = 222+203+218=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDA is #213425. Grayscale: #D2D2D2. Windows color (decimal): -2176038 or 14339038. OLE color: 14339038.

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

Color convert

RGB 222 203 218 -
CMYK 0 0.09 0.02 0.13
HSL 312.63º 0.22% 0.83% -
HSV(B) 312.63º 0.09% 0.87% -
XYZ 64.14 63.3 75.17 -
YUV 210.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 222 203 218 0 0.09 0.02 0.13 312.63 0.22 0.83
Hex DE CB DA 0 9 2 D 139 16 53
Octal 336 313 332 0 11 2 15 471 26 123
Binary 11011110 11001011 11011010 0 1001 10 1101 100111001 10110 1010011

Color Harmonies of #DECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECBDA

Black with #DECBDA

Text Example


Text Example

White with #DECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECBDA; }

 p { color: rgb(222,203,218); }

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

background-color css

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

 a { background-color: rgb(222,203,218); }

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

border-color css

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

 span { border-color: rgb(222,203,218); }

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