Html Css Color HEX #DDC2DB Thistle

📋 copy color: '#DDC2DB'

red 221 ◦ green 194 ◦ blue 219

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

Shades of Thistle #DDC2DB

Tints of Thistle #DDC2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 34.86%
G = 30.6%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC2DB (or 0xDDC2DB) is known color: Thistle. HEX triplet: DD, C2 and DB. RGB value is (221,194,219). Sum of RGB (Red+Green+Blue) = 221+194+219=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DB is #223D24. Grayscale: #CCCCCC. Windows color (decimal): -2243877 or 14402269. OLE color: 14402269.

HSL color Cylindrical-coordinate representation of color #DDC2DB: hue angle of 304.44º 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 #DDC2DB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 219 -
CMYK 0 0.12 0.01 0.13
HSL 304.44º 0.28% 0.81% -
HSV(B) 304.44º 0.12% 0.87% -
XYZ 61.9 59.07 75.16 -
YUV 204.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 221 194 219 0 0.12 0.01 0.13 304.44 0.28 0.81
Hex DD C2 DB 0 C 1 D 130 1C 51
Octal 335 302 333 0 14 1 15 460 34 121
Binary 11011101 11000010 11011011 0 1100 1 1101 100110000 11100 1010001

Color Harmonies of #DDC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2DB

Black with #DDC2DB

Text Example


Text Example

White with #DDC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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