Html Css Color HEX #DDC4D4 Twilight

📋 copy color: '#DDC4D4'

red 221 ◦ green 196 ◦ blue 212

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

Shades of Twilight #DDC4D4

Tints of Twilight #DDC4D4

RGB

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

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

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

R = 35.14%
G = 31.16%
B = 33.7%

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

#DDC4D4 (or 0xDDC4D4) is known color: Twilight. HEX triplet: DD, C4 and D4. RGB value is (221,196,212). Sum of RGB (Red+Green+Blue) = 221+196+212=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D4 is #223B2B. Grayscale: #CDCDCD. Windows color (decimal): -2243372 or 13944029. OLE color: 13944029.

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

Color convert

RGB 221 196 212 -
CMYK 0 0.11 0.04 0.13
HSL 321.6º 0.27% 0.82% -
HSV(B) 321.6º 0.11% 0.87% -
XYZ 61.44 59.61 70.55 -
YUV 205.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 221 196 212 0 0.11 0.04 0.13 321.6 0.27 0.82
Hex DD C4 D4 0 B 4 D 142 1B 52
Octal 335 304 324 0 13 4 15 502 33 122
Binary 11011101 11000100 11010100 0 1011 100 1101 101000010 11011 1010010

Color Harmonies of #DDC4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D4

Black with #DDC4D4

Text Example


Text Example

White with #DDC4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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