Html Css Color HEX #DBBDD1 Twilight

📋 copy color: '#DBBDD1'

red 219 ◦ green 189 ◦ blue 209

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

Shades of Twilight #DBBDD1

Tints of Twilight #DBBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.63%

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 35.49%
G = 30.63%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBBDD1 (or 0xDBBDD1) is known color: Twilight. HEX triplet: DB, BD and D1. RGB value is (219,189,209). Sum of RGB (Red+Green+Blue) = 219+189+209=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD1 is #24422E. Grayscale: #C8C8C8. Windows color (decimal): -2376239 or 13745627. OLE color: 13745627.

HSL color Cylindrical-coordinate representation of color #DBBDD1: hue angle of 320º degrees, saturation: 0.29, 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 #DBBDD1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 189 209 -
CMYK 0 0.14 0.05 0.14
HSL 320º 0.29% 0.8% -
HSV(B) 320º 0.14% 0.86% -
XYZ 58.92 56.06 68.04 -
YUV 200.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 219 189 209 0 0.14 0.05 0.14 320 0.29 0.8
Hex DB BD D1 0 E 5 E 140 1D 50
Octal 333 275 321 0 16 5 16 500 35 120
Binary 11011011 10111101 11010001 0 1110 101 1110 101000000 11101 1010000

Color Harmonies of #DBBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDD1

Black with #DBBDD1

Text Example


Text Example

White with #DBBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDD1; }

 p { color: rgb(219,189,209); }

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

background-color css

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

 a { background-color: rgb(219,189,209); }

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

border-color css

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

 span { border-color: rgb(219,189,209); }

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