Html Css Color HEX #DDC7D4 Twilight

📋 copy color: '#DDC7D4'

red 221 ◦ green 199 ◦ blue 212

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

Shades of Twilight #DDC7D4

Tints of Twilight #DDC7D4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.49%

 BLUE value IS 212 (83.2% from 255) = 33.54%

R = 34.97%
G = 31.49%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDC7D4 (or 0xDDC7D4) is known color: Twilight. HEX triplet: DD, C7 and D4. RGB value is (221,199,212). Sum of RGB (Red+Green+Blue) = 221+199+212=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D4 is #22382B. Grayscale: #CFCFCF. Windows color (decimal): -2242604 or 13944797. OLE color: 13944797.

HSL color Cylindrical-coordinate representation of color #DDC7D4: hue angle of 324.55º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7D4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 212 -
CMYK 0 0.10 0.04 0.13
HSL 324.55º 0.24% 0.82% -
HSV(B) 324.55º 0.1% 0.87% -
XYZ 62.13 60.97 70.78 -
YUV 207.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 221 199 212 0 0.10 0.04 0.13 324.55 0.24 0.82
Hex DD C7 D4 0 A 4 D 145 18 52
Octal 335 307 324 0 12 4 15 505 30 122
Binary 11011101 11000111 11010100 0 1010 100 1101 101000101 11000 1010010

Color Harmonies of #DDC7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7D4

Black with #DDC7D4

Text Example


Text Example

White with #DDC7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7D4; }

 p { color: rgb(221,199,212); }

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

background-color css

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

 a { background-color: rgb(221,199,212); }

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

border-color css

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

 span { border-color: rgb(221,199,212); }

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