Html Css Color HEX #DDC5D3 Twilight

📋 copy color: '#DDC5D3'

red 221 ◦ green 197 ◦ blue 211

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

Shades of Twilight #DDC5D3

Tints of Twilight #DDC5D3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.32%

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

R = 35.14%
G = 31.32%
B = 33.55%

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

#DDC5D3 (or 0xDDC5D3) is known color: Twilight. HEX triplet: DD, C5 and D3. RGB value is (221,197,211). Sum of RGB (Red+Green+Blue) = 221+197+211=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D3 is #223A2C. Grayscale: #CDCDCD. Windows color (decimal): -2243117 or 13878749. OLE color: 13878749.

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

Color convert

RGB 221 197 211 -
CMYK 0 0.11 0.05 0.13
HSL 325º 0.26% 0.82% -
HSV(B) 325º 0.11% 0.87% -
XYZ 61.54 60.01 69.97 -
YUV 205.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 221 197 211 0 0.11 0.05 0.13 325 0.26 0.82
Hex DD C5 D3 0 B 5 D 145 1A 52
Octal 335 305 323 0 13 5 15 505 32 122
Binary 11011101 11000101 11010011 0 1011 101 1101 101000101 11010 1010010

Color Harmonies of #DDC5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5D3

Black with #DDC5D3

Text Example


Text Example

White with #DDC5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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