Html Css Color HEX #DBB2CC Twilight

📋 copy color: '#DBB2CC'

red 219 ◦ green 178 ◦ blue 204

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

Shades of Twilight #DBB2CC

Tints of Twilight #DBB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

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

R = 36.44%
G = 29.62%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBB2CC (or 0xDBB2CC) is known color: Twilight. HEX triplet: DB, B2 and CC. RGB value is (219,178,204). Sum of RGB (Red+Green+Blue) = 219+178+204=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CC is #244D33. Grayscale: #C1C1C1. Windows color (decimal): -2379060 or 13415131. OLE color: 13415131.

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

Color convert

RGB 219 178 204 -
CMYK 0 0.19 0.07 0.14
HSL 321.95º 0.36% 0.78% -
HSV(B) 321.95º 0.19% 0.86% -
XYZ 56.03 51.26 64.07 -
YUV 193.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 219 178 204 0 0.19 0.07 0.14 321.95 0.36 0.78
Hex DB B2 CC 0 13 7 E 142 24 4E
Octal 333 262 314 0 23 7 16 502 44 116
Binary 11011011 10110010 11001100 0 10011 111 1110 101000010 100100 1001110

Color Harmonies of #DBB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2CC

Black with #DBB2CC

Text Example


Text Example

White with #DBB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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