Html Css Color HEX #DBBDD0 Twilight

📋 copy color: '#DBBDD0'

red 219 ◦ green 189 ◦ blue 208

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

Shades of Twilight #DBBDD0

Tints of Twilight #DBBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 35.55%
G = 30.68%
B = 33.77%

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

#DBBDD0 (or 0xDBBDD0) is known color: Twilight. HEX triplet: DB, BD and D0. RGB value is (219,189,208). Sum of RGB (Red+Green+Blue) = 219+189+208=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD0 is #24422F. Grayscale: #C8C8C8. Windows color (decimal): -2376240 or 13680091. OLE color: 13680091.

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

Color convert

RGB 219 189 208 -
CMYK 0 0.14 0.05 0.14
HSL 322º 0.29% 0.8% -
HSV(B) 322º 0.14% 0.86% -
XYZ 58.8 56.01 67.39 -
YUV 200.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 219 189 208 0 0.14 0.05 0.14 322 0.29 0.8
Hex DB BD D0 0 E 5 E 142 1D 50
Octal 333 275 320 0 16 5 16 502 35 120
Binary 11011011 10111101 11010000 0 1110 101 1110 101000010 11101 1010000

Color Harmonies of #DBBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDD0

Black with #DBBDD0

Text Example


Text Example

White with #DBBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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