Html Css Color HEX #DDC2DC Thistle

📋 copy color: '#DDC2DC'

red 221 ◦ green 194 ◦ blue 220

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

Shades of Thistle #DDC2DC

Tints of Thistle #DDC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.55%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 34.8%
G = 30.55%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC2DC (or 0xDDC2DC) is known color: Thistle. HEX triplet: DD, C2 and DC. RGB value is (221,194,220). Sum of RGB (Red+Green+Blue) = 221+194+220=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DC is #223D23. Grayscale: #CCCCCC. Windows color (decimal): -2243876 or 14467805. OLE color: 14467805.

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

Color convert

RGB 221 194 220 -
CMYK 0 0.12 0.00 0.13
HSL 302.22º 0.28% 0.81% -
HSV(B) 302.22º 0.12% 0.87% -
XYZ 62.03 59.12 75.85 -
YUV 205.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 221 194 220 0 0.12 0.00 0.13 302.22 0.28 0.81
Hex DD C2 DC 0 C 0 D 12E 1C 51
Octal 335 302 334 0 14 0 15 456 34 121
Binary 11011101 11000010 11011100 0 1100 0 1101 100101110 11100 1010001

Color Harmonies of #DDC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2DC

Black with #DDC2DC

Text Example


Text Example

White with #DDC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2DC; }

 p { color: rgb(221,194,220); }

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

background-color css

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

 a { background-color: rgb(221,194,220); }

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

border-color css

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

 span { border-color: rgb(221,194,220); }

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