Html Css Color HEX #DBBCC9 Twilight

📋 copy color: '#DBBCC9'

red 219 ◦ green 188 ◦ blue 201

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

Shades of Twilight #DBBCC9

Tints of Twilight #DBBCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 201 (78.91% from 255) = 33.06%

R = 36.02%
G = 30.92%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBBCC9 (or 0xDBBCC9) is known color: Twilight. HEX triplet: DB, BC and C9. RGB value is (219,188,201). Sum of RGB (Red+Green+Blue) = 219+188+201=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC9 is #244336. Grayscale: #C6C6C6. Windows color (decimal): -2376503 or 13221083. OLE color: 13221083.

HSL color Cylindrical-coordinate representation of color #DBBCC9: hue angle of 334.84º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCC9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 201 -
CMYK 0 0.14 0.08 0.14
HSL 334.84º 0.3% 0.8% -
HSV(B) 334.84º 0.14% 0.86% -
XYZ 57.74 55.24 62.88 -
YUV 198.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 219 188 201 0 0.14 0.08 0.14 334.84 0.3 0.8
Hex DB BC C9 0 E 8 E 14F 1E 50
Octal 333 274 311 0 16 10 16 517 36 120
Binary 11011011 10111100 11001001 0 1110 1000 1110 101001111 11110 1010000

Color Harmonies of #DBBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCC9

Black with #DBBCC9

Text Example


Text Example

White with #DBBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCC9; }

 p { color: rgb(219,188,201); }

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

background-color css

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

 a { background-color: rgb(219,188,201); }

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

border-color css

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

 span { border-color: rgb(219,188,201); }

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