Html Css Color HEX #DDC2DF Thistle

📋 copy color: '#DDC2DF'

red 221 ◦ green 194 ◦ blue 223

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

Shades of Thistle #DDC2DF

Tints of Thistle #DDC2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 34.64%
G = 30.41%
B = 34.95%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC2DF (or 0xDDC2DF) is known color: Thistle. HEX triplet: DD, C2 and DF. RGB value is (221,194,223). Sum of RGB (Red+Green+Blue) = 221+194+223=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DF is #223D20. Grayscale: #CDCDCD. Windows color (decimal): -2243873 or 14664413. OLE color: 14664413.

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

Color convert

RGB 221 194 223 -
CMYK 0.01 0.13 0 0.13
HSL 295.86º 0.31% 0.82% -
HSV(B) 295.86º 0.13% 0.87% -
XYZ 62.43 59.28 77.96 -
YUV 205.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 221 194 223 0.01 0.13 0 0.13 295.86 0.31 0.82
Hex DD C2 DF 1 D 0 D 128 1F 52
Octal 335 302 337 1 15 0 15 450 37 122
Binary 11011101 11000010 11011111 1 1101 0 1101 100101000 11111 1010010

Color Harmonies of #DDC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2DF

Black with #DDC2DF

Text Example


Text Example

White with #DDC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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