Html Css Color HEX #DDC3D2 Twilight

📋 copy color: '#DDC3D2'

red 221 ◦ green 195 ◦ blue 210

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

Shades of Twilight #DDC3D2

Tints of Twilight #DDC3D2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.15%

 BLUE value IS 210 (82.42% from 255) = 33.55%

R = 35.3%
G = 31.15%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDC3D2 (or 0xDDC3D2) is known color: Twilight. HEX triplet: DD, C3 and D2. RGB value is (221,195,210). Sum of RGB (Red+Green+Blue) = 221+195+210=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3D2 is #223C2D. Grayscale: #CCCCCC. Windows color (decimal): -2243630 or 13812701. OLE color: 13812701.

HSL color Cylindrical-coordinate representation of color #DDC3D2: hue angle of 325.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC3D2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 210 -
CMYK 0 0.12 0.05 0.13
HSL 325.38º 0.28% 0.82% -
HSV(B) 325.38º 0.12% 0.87% -
XYZ 60.97 59.06 69.16 -
YUV 204.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 221 195 210 0 0.12 0.05 0.13 325.38 0.28 0.82
Hex DD C3 D2 0 C 5 D 145 1C 52
Octal 335 303 322 0 14 5 15 505 34 122
Binary 11011101 11000011 11010010 0 1100 101 1101 101000101 11100 1010010

Color Harmonies of #DDC3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3D2

Black with #DDC3D2

Text Example


Text Example

White with #DDC3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3D2; }

 p { color: rgb(221,195,210); }

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

background-color css

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

 a { background-color: rgb(221,195,210); }

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

border-color css

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

 span { border-color: rgb(221,195,210); }

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