Html Css Color HEX #DBBCC8 Twilight

📋 copy color: '#DBBCC8'

red 219 ◦ green 188 ◦ blue 200

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

Shades of Twilight #DBBCC8

Tints of Twilight #DBBCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.95%

R = 36.08%
G = 30.97%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBBCC8 (or 0xDBBCC8) is known color: Twilight. HEX triplet: DB, BC and C8. RGB value is (219,188,200). Sum of RGB (Red+Green+Blue) = 219+188+200=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC8 is #244337. Grayscale: #C6C6C6. Windows color (decimal): -2376504 or 13155547. OLE color: 13155547.

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

Color convert

RGB 219 188 200 -
CMYK 0 0.14 0.09 0.14
HSL 336.77º 0.3% 0.8% -
HSV(B) 336.77º 0.14% 0.86% -
XYZ 57.62 55.2 62.26 -
YUV 198.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 219 188 200 0 0.14 0.09 0.14 336.77 0.3 0.8
Hex DB BC C8 0 E 9 E 151 1E 50
Octal 333 274 310 0 16 11 16 521 36 120
Binary 11011011 10111100 11001000 0 1110 1001 1110 101010001 11110 1010000

Color Harmonies of #DBBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCC8

Black with #DBBCC8

Text Example


Text Example

White with #DBBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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