Html Css Color HEX #DBB0CC Twilight

📋 copy color: '#DBB0CC'

red 219 ◦ green 176 ◦ blue 204

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

Shades of Twilight #DBB0CC

Tints of Twilight #DBB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

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

R = 36.56%
G = 29.38%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBB0CC (or 0xDBB0CC) is known color: Twilight. HEX triplet: DB, B0 and CC. RGB value is (219,176,204). Sum of RGB (Red+Green+Blue) = 219+176+204=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CC is #244F33. Grayscale: #BFBFBF. Windows color (decimal): -2379572 or 13414619. OLE color: 13414619.

HSL color Cylindrical-coordinate representation of color #DBB0CC: hue angle of 320.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0CC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 204 -
CMYK 0 0.20 0.07 0.14
HSL 320.93º 0.37% 0.77% -
HSV(B) 320.93º 0.2% 0.86% -
XYZ 55.64 50.47 63.94 -
YUV 192.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 219 176 204 0 0.20 0.07 0.14 320.93 0.37 0.77
Hex DB B0 CC 0 14 7 E 141 25 4D
Octal 333 260 314 0 24 7 16 501 45 115
Binary 11011011 10110000 11001100 0 10100 111 1110 101000001 100101 1001101

Color Harmonies of #DBB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0CC

Black with #DBB0CC

Text Example


Text Example

White with #DBB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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