Html Css Color HEX #DBB0CB Twilight

📋 copy color: '#DBB0CB'

red 219 ◦ green 176 ◦ blue 203

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

Shades of Twilight #DBB0CB

Tints of Twilight #DBB0CB

RGB

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

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

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

R = 36.62%
G = 29.43%
B = 33.95%

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

#DBB0CB (or 0xDBB0CB) is known color: Twilight. HEX triplet: DB, B0 and CB. RGB value is (219,176,203). Sum of RGB (Red+Green+Blue) = 219+176+203=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CB is #244F34. Grayscale: #BFBFBF. Windows color (decimal): -2379573 or 13349083. OLE color: 13349083.

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

Color convert

RGB 219 176 203 -
CMYK 0 0.20 0.07 0.14
HSL 322.33º 0.37% 0.77% -
HSV(B) 322.33º 0.2% 0.86% -
XYZ 55.52 50.42 63.31 -
YUV 191.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 219 176 203 0 0.20 0.07 0.14 322.33 0.37 0.77
Hex DB B0 CB 0 14 7 E 142 25 4D
Octal 333 260 313 0 24 7 16 502 45 115
Binary 11011011 10110000 11001011 0 10100 111 1110 101000010 100101 1001101

Color Harmonies of #DBB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0CB

Black with #DBB0CB

Text Example


Text Example

White with #DBB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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