Html Css Color HEX #DDC6D4 Twilight

📋 copy color: '#DDC6D4'

red 221 ◦ green 198 ◦ blue 212

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

Shades of Twilight #DDC6D4

Tints of Twilight #DDC6D4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

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

R = 35.02%
G = 31.38%
B = 33.6%

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

#DDC6D4 (or 0xDDC6D4) is known color: Twilight. HEX triplet: DD, C6 and D4. RGB value is (221,198,212). Sum of RGB (Red+Green+Blue) = 221+198+212=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D4 is #22392B. Grayscale: #CECECE. Windows color (decimal): -2242860 or 13944541. OLE color: 13944541.

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

Color convert

RGB 221 198 212 -
CMYK 0 0.10 0.04 0.13
HSL 323.48º 0.25% 0.82% -
HSV(B) 323.48º 0.1% 0.87% -
XYZ 61.9 60.51 70.71 -
YUV 206.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 221 198 212 0 0.10 0.04 0.13 323.48 0.25 0.82
Hex DD C6 D4 0 A 4 D 143 19 52
Octal 335 306 324 0 12 4 15 503 31 122
Binary 11011101 11000110 11010100 0 1010 100 1101 101000011 11001 1010010

Color Harmonies of #DDC6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6D4

Black with #DDC6D4

Text Example


Text Example

White with #DDC6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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