Html Css Color HEX #DBB6CC Twilight

📋 copy color: '#DBB6CC'

red 219 ◦ green 182 ◦ blue 204

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

Shades of Twilight #DBB6CC

Tints of Twilight #DBB6CC

RGB

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

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

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

R = 36.2%
G = 30.08%
B = 33.72%

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

#DBB6CC (or 0xDBB6CC) is known color: Twilight. HEX triplet: DB, B6 and CC. RGB value is (219,182,204). Sum of RGB (Red+Green+Blue) = 219+182+204=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6CC is #244933. Grayscale: #C3C3C3. Windows color (decimal): -2378036 or 13416155. OLE color: 13416155.

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

Color convert

RGB 219 182 204 -
CMYK 0 0.17 0.07 0.14
HSL 324.32º 0.34% 0.79% -
HSV(B) 324.32º 0.17% 0.86% -
XYZ 56.84 52.88 64.34 -
YUV 195.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 219 182 204 0 0.17 0.07 0.14 324.32 0.34 0.79
Hex DB B6 CC 0 11 7 E 144 22 4F
Octal 333 266 314 0 21 7 16 504 42 117
Binary 11011011 10110110 11001100 0 10001 111 1110 101000100 100010 1001111

Color Harmonies of #DBB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6CC

Black with #DBB6CC

Text Example


Text Example

White with #DBB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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