Html Css Color HEX #DBB6CB Twilight

📋 copy color: '#DBB6CB'

red 219 ◦ green 182 ◦ blue 203

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

Shades of Twilight #DBB6CB

Tints of Twilight #DBB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 36.26%
G = 30.13%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBB6CB (or 0xDBB6CB) is known color: Twilight. HEX triplet: DB, B6 and CB. RGB value is (219,182,203). Sum of RGB (Red+Green+Blue) = 219+182+203=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6CB is #244934. Grayscale: #C3C3C3. Windows color (decimal): -2378037 or 13350619. OLE color: 13350619.

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

Color convert

RGB 219 182 203 -
CMYK 0 0.17 0.07 0.14
HSL 325.95º 0.34% 0.79% -
HSV(B) 325.95º 0.17% 0.86% -
XYZ 56.72 52.83 63.71 -
YUV 195.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 219 182 203 0 0.17 0.07 0.14 325.95 0.34 0.79
Hex DB B6 CB 0 11 7 E 146 22 4F
Octal 333 266 313 0 21 7 16 506 42 117
Binary 11011011 10110110 11001011 0 10001 111 1110 101000110 100010 1001111

Color Harmonies of #DBB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6CB

Black with #DBB6CB

Text Example


Text Example

White with #DBB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6CB; }

 p { color: rgb(219,182,203); }

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

background-color css

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

 a { background-color: rgb(219,182,203); }

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

border-color css

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

 span { border-color: rgb(219,182,203); }

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