Html Css Color HEX #DBB4CC Twilight

📋 copy color: '#DBB4CC'

red 219 ◦ green 180 ◦ blue 204

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

Shades of Twilight #DBB4CC

Tints of Twilight #DBB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 36.32%
G = 29.85%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBB4CC (or 0xDBB4CC) is known color: Twilight. HEX triplet: DB, B4 and CC. RGB value is (219,180,204). Sum of RGB (Red+Green+Blue) = 219+180+204=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4CC is #244B33. Grayscale: #C2C2C2. Windows color (decimal): -2378548 or 13415643. OLE color: 13415643.

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

Color convert

RGB 219 180 204 -
CMYK 0 0.18 0.07 0.14
HSL 323.08º 0.35% 0.78% -
HSV(B) 323.08º 0.18% 0.86% -
XYZ 56.43 52.06 64.2 -
YUV 194.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 219 180 204 0 0.18 0.07 0.14 323.08 0.35 0.78
Hex DB B4 CC 0 12 7 E 143 23 4E
Octal 333 264 314 0 22 7 16 503 43 116
Binary 11011011 10110100 11001100 0 10010 111 1110 101000011 100011 1001110

Color Harmonies of #DBB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4CC

Black with #DBB4CC

Text Example


Text Example

White with #DBB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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