Html Css Color HEX #DDC5D1 Twilight

📋 copy color: '#DDC5D1'

red 221 ◦ green 197 ◦ blue 209

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

Shades of Twilight #DDC5D1

Tints of Twilight #DDC5D1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.42%

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

R = 35.25%
G = 31.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDC5D1 (or 0xDDC5D1) is known color: Twilight. HEX triplet: DD, C5 and D1. RGB value is (221,197,209). Sum of RGB (Red+Green+Blue) = 221+197+209=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D1 is #223A2E. Grayscale: #CDCDCD. Windows color (decimal): -2243119 or 13747677. OLE color: 13747677.

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

Color convert

RGB 221 197 209 -
CMYK 0 0.11 0.05 0.13
HSL 330º 0.26% 0.82% -
HSV(B) 330º 0.11% 0.87% -
XYZ 61.29 59.91 68.65 -
YUV 205.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 221 197 209 0 0.11 0.05 0.13 330 0.26 0.82
Hex DD C5 D1 0 B 5 D 14A 1A 52
Octal 335 305 321 0 13 5 15 512 32 122
Binary 11011101 11000101 11010001 0 1011 101 1101 101001010 11010 1010010

Color Harmonies of #DDC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5D1

Black with #DDC5D1

Text Example


Text Example

White with #DDC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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