Html Css Color HEX #DBB2CE French Lilac

📋 copy color: '#DBB2CE'

red 219 ◦ green 178 ◦ blue 206

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

Shades of French Lilac #DBB2CE

Tints of French Lilac #DBB2CE

RGB

 RED value IS 219 (85.94% from 255) = 36.32%

 GREEN value IS 178 (69.92% from 255) = 29.52%

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 36.32%
G = 29.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBB2CE (or 0xDBB2CE) is known color: French Lilac. HEX triplet: DB, B2 and CE. RGB value is (219,178,206). Sum of RGB (Red+Green+Blue) = 219+178+206=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CE is #244D31. Grayscale: #C1C1C1. Windows color (decimal): -2379058 or 13546203. OLE color: 13546203.

HSL color Cylindrical-coordinate representation of color #DBB2CE: hue angle of 319.02º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2CE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 206 -
CMYK 0 0.19 0.06 0.14
HSL 319.02º 0.36% 0.78% -
HSV(B) 319.02º 0.19% 0.86% -
XYZ 56.27 51.36 65.34 -
YUV 193.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 219 178 206 0 0.19 0.06 0.14 319.02 0.36 0.78
Hex DB B2 CE 0 13 6 E 13F 24 4E
Octal 333 262 316 0 23 6 16 477 44 116
Binary 11011011 10110010 11001110 0 10011 110 1110 100111111 100100 1001110

Color Harmonies of #DBB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2CE

Black with #DBB2CE

Text Example


Text Example

White with #DBB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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