Html Css Color HEX #DDC4D5 Twilight

📋 copy color: '#DDC4D5'

red 221 ◦ green 196 ◦ blue 213

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

Shades of Twilight #DDC4D5

Tints of Twilight #DDC4D5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.11%

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 35.08%
G = 31.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDC4D5 (or 0xDDC4D5) is known color: Twilight. HEX triplet: DD, C4 and D5. RGB value is (221,196,213). Sum of RGB (Red+Green+Blue) = 221+196+213=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D5 is #223B2A. Grayscale: #CDCDCD. Windows color (decimal): -2243371 or 14009565. OLE color: 14009565.

HSL color Cylindrical-coordinate representation of color #DDC4D5: hue angle of 319.2º degrees, saturation: 0.27, 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 #DDC4D5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 213 -
CMYK 0 0.11 0.04 0.13
HSL 319.2º 0.27% 0.82% -
HSV(B) 319.2º 0.11% 0.87% -
XYZ 61.57 59.66 71.22 -
YUV 205.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 221 196 213 0 0.11 0.04 0.13 319.2 0.27 0.82
Hex DD C4 D5 0 B 4 D 13F 1B 52
Octal 335 304 325 0 13 4 15 477 33 122
Binary 11011101 11000100 11010101 0 1011 100 1101 100111111 11011 1010010

Color Harmonies of #DDC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D5

Black with #DDC4D5

Text Example


Text Example

White with #DDC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D5; }

 p { color: rgb(221,196,213); }

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

background-color css

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

 a { background-color: rgb(221,196,213); }

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

border-color css

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

 span { border-color: rgb(221,196,213); }

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