Html Css Color HEX #DDC4D3 Twilight

📋 copy color: '#DDC4D3'

red 221 ◦ green 196 ◦ blue 211

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

Shades of Twilight #DDC4D3

Tints of Twilight #DDC4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.6%

R = 35.19%
G = 31.21%
B = 33.6%

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

#DDC4D3 (or 0xDDC4D3) is known color: Twilight. HEX triplet: DD, C4 and D3. RGB value is (221,196,211). Sum of RGB (Red+Green+Blue) = 221+196+211=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D3 is #223B2C. Grayscale: #CDCDCD. Windows color (decimal): -2243373 or 13878493. OLE color: 13878493.

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

Color convert

RGB 221 196 211 -
CMYK 0 0.11 0.05 0.13
HSL 324º 0.27% 0.82% -
HSV(B) 324º 0.11% 0.87% -
XYZ 61.32 59.56 69.89 -
YUV 205.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 221 196 211 0 0.11 0.05 0.13 324 0.27 0.82
Hex DD C4 D3 0 B 5 D 144 1B 52
Octal 335 304 323 0 13 5 15 504 33 122
Binary 11011101 11000100 11010011 0 1011 101 1101 101000100 11011 1010010

Color Harmonies of #DDC4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D3

Black with #DDC4D3

Text Example


Text Example

White with #DDC4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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