Html Css Color HEX #DDBAC9 Twilight

📋 copy color: '#DDBAC9'

red 221 ◦ green 186 ◦ blue 201

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

Shades of Twilight #DDBAC9

Tints of Twilight #DDBAC9

RGB

 RED value IS 221 (86.72% from 255) = 36.35%

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 201 (78.91% from 255) = 33.06%

R = 36.35%
G = 30.59%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDBAC9 (or 0xDDBAC9) is known color: Twilight. HEX triplet: DD, BA and C9. RGB value is (221,186,201). Sum of RGB (Red+Green+Blue) = 221+186+201=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC9 is #224536. Grayscale: #C6C6C6. Windows color (decimal): -2245943 or 13220573. OLE color: 13220573.

HSL color Cylindrical-coordinate representation of color #DDBAC9: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 201 -
CMYK 0 0.16 0.09 0.13
HSL 334.29º 0.34% 0.8% -
HSV(B) 334.29º 0.16% 0.87% -
XYZ 57.92 54.71 62.77 -
YUV 198.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 221 186 201 0 0.16 0.09 0.13 334.29 0.34 0.8
Hex DD BA C9 0 10 9 D 14E 22 50
Octal 335 272 311 0 20 11 15 516 42 120
Binary 11011101 10111010 11001001 0 10000 1001 1101 101001110 100010 1010000

Color Harmonies of #DDBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAC9

Black with #DDBAC9

Text Example


Text Example

White with #DDBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAC9; }

 p { color: rgb(221,186,201); }

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

background-color css

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

 a { background-color: rgb(221,186,201); }

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

border-color css

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

 span { border-color: rgb(221,186,201); }

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