Html Css Color HEX #DBB9CC Twilight

📋 copy color: '#DBB9CC'

red 219 ◦ green 185 ◦ blue 204

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

Shades of Twilight #DBB9CC

Tints of Twilight #DBB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 36.02%
G = 30.43%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBB9CC (or 0xDBB9CC) is known color: Twilight. HEX triplet: DB, B9 and CC. RGB value is (219,185,204). Sum of RGB (Red+Green+Blue) = 219+185+204=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9CC is #244633. Grayscale: #C5C5C5. Windows color (decimal): -2377268 or 13416923. OLE color: 13416923.

HSL color Cylindrical-coordinate representation of color #DBB9CC: hue angle of 326.47º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 204 -
CMYK 0 0.16 0.07 0.14
HSL 326.47º 0.32% 0.79% -
HSV(B) 326.47º 0.16% 0.86% -
XYZ 57.46 54.12 64.54 -
YUV 197.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 219 185 204 0 0.16 0.07 0.14 326.47 0.32 0.79
Hex DB B9 CC 0 10 7 E 146 20 4F
Octal 333 271 314 0 20 7 16 506 40 117
Binary 11011011 10111001 11001100 0 10000 111 1110 101000110 100000 1001111

Color Harmonies of #DBB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9CC

Black with #DBB9CC

Text Example


Text Example

White with #DBB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9CC; }

 p { color: rgb(219,185,204); }

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

background-color css

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

 a { background-color: rgb(219,185,204); }

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

border-color css

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

 span { border-color: rgb(219,185,204); }

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