Html Css Color HEX #DDB8D1 Twilight

📋 copy color: '#DDB8D1'

red 221 ◦ green 184 ◦ blue 209

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

Shades of Twilight #DDB8D1

Tints of Twilight #DDB8D1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.97%

 BLUE value IS 209 (82.03% from 255) = 34.04%

R = 35.99%
G = 29.97%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDB8D1 (or 0xDDB8D1) is known color: Twilight. HEX triplet: DD, B8 and D1. RGB value is (221,184,209). Sum of RGB (Red+Green+Blue) = 221+184+209=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8D1 is #22472E. Grayscale: #C5C5C5. Windows color (decimal): -2246447 or 13744349. OLE color: 13744349.

HSL color Cylindrical-coordinate representation of color #DDB8D1: hue angle of 319.46º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8D1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 209 -
CMYK 0 0.17 0.05 0.13
HSL 319.46º 0.35% 0.79% -
HSV(B) 319.46º 0.17% 0.87% -
XYZ 58.47 54.26 67.71 -
YUV 197.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 221 184 209 0 0.17 0.05 0.13 319.46 0.35 0.79
Hex DD B8 D1 0 11 5 D 13F 23 4F
Octal 335 270 321 0 21 5 15 477 43 117
Binary 11011101 10111000 11010001 0 10001 101 1101 100111111 100011 1001111

Color Harmonies of #DDB8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8D1

Black with #DDB8D1

Text Example


Text Example

White with #DDB8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8D1; }

 p { color: rgb(221,184,209); }

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

background-color css

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

 a { background-color: rgb(221,184,209); }

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

border-color css

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

 span { border-color: rgb(221,184,209); }

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