Html Css Color HEX #DDC7D2 Twilight

📋 copy color: '#DDC7D2'

red 221 ◦ green 199 ◦ blue 210

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

Shades of Twilight #DDC7D2

Tints of Twilight #DDC7D2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.59%

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

R = 35.08%
G = 31.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDC7D2 (or 0xDDC7D2) is known color: Twilight. HEX triplet: DD, C7 and D2. RGB value is (221,199,210). Sum of RGB (Red+Green+Blue) = 221+199+210=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D2 is #22382D. Grayscale: #CECECE. Windows color (decimal): -2242606 or 13813725. OLE color: 13813725.

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

Color convert

RGB 221 199 210 -
CMYK 0 0.10 0.05 0.13
HSL 330º 0.24% 0.82% -
HSV(B) 330º 0.1% 0.87% -
XYZ 61.88 60.87 69.46 -
YUV 206.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 221 199 210 0 0.10 0.05 0.13 330 0.24 0.82
Hex DD C7 D2 0 A 5 D 14A 18 52
Octal 335 307 322 0 12 5 15 512 30 122
Binary 11011101 11000111 11010010 0 1010 101 1101 101001010 11000 1010010

Color Harmonies of #DDC7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7D2

Black with #DDC7D2

Text Example


Text Example

White with #DDC7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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