Html Css Color HEX #DBBBCC Twilight

📋 copy color: '#DBBBCC'

red 219 ◦ green 187 ◦ blue 204

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

Shades of Twilight #DBBBCC

Tints of Twilight #DBBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.66%

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

R = 35.9%
G = 30.66%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBBBCC (or 0xDBBBCC) is known color: Twilight. HEX triplet: DB, BB and CC. RGB value is (219,187,204). Sum of RGB (Red+Green+Blue) = 219+187+204=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCC is #244433. Grayscale: #C6C6C6. Windows color (decimal): -2376756 or 13417435. OLE color: 13417435.

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

Color convert

RGB 219 187 204 -
CMYK 0 0.15 0.07 0.14
HSL 328.13º 0.31% 0.8% -
HSV(B) 328.13º 0.15% 0.86% -
XYZ 57.88 54.96 64.68 -
YUV 198.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 219 187 204 0 0.15 0.07 0.14 328.13 0.31 0.8
Hex DB BB CC 0 F 7 E 148 1F 50
Octal 333 273 314 0 17 7 16 510 37 120
Binary 11011011 10111011 11001100 0 1111 111 1110 101001000 11111 1010000

Color Harmonies of #DBBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBCC

Black with #DBBBCC

Text Example


Text Example

White with #DBBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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