Html Css Color HEX #DDB6D0 Twilight

📋 copy color: '#DDB6D0'

red 221 ◦ green 182 ◦ blue 208

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

Shades of Twilight #DDB6D0

Tints of Twilight #DDB6D0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.79%

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 36.17%
G = 29.79%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDB6D0 (or 0xDDB6D0) is known color: Twilight. HEX triplet: DD, B6 and D0. RGB value is (221,182,208). Sum of RGB (Red+Green+Blue) = 221+182+208=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6D0 is #22492F. Grayscale: #C4C4C4. Windows color (decimal): -2246960 or 13678301. OLE color: 13678301.

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

Color convert

RGB 221 182 208 -
CMYK 0 0.18 0.06 0.13
HSL 320º 0.36% 0.79% -
HSV(B) 320º 0.18% 0.87% -
XYZ 57.93 53.38 66.92 -
YUV 196.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 221 182 208 0 0.18 0.06 0.13 320 0.36 0.79
Hex DD B6 D0 0 12 6 D 140 24 4F
Octal 335 266 320 0 22 6 15 500 44 117
Binary 11011101 10110110 11010000 0 10010 110 1101 101000000 100100 1001111

Color Harmonies of #DDB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6D0

Black with #DDB6D0

Text Example


Text Example

White with #DDB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6D0; }

 p { color: rgb(221,182,208); }

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

background-color css

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

 a { background-color: rgb(221,182,208); }

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

border-color css

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

 span { border-color: rgb(221,182,208); }

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