Html Css Color HEX #DDC6DB Thistle

📋 copy color: '#DDC6DB'

red 221 ◦ green 198 ◦ blue 219

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

Shades of Thistle #DDC6DB

Tints of Thistle #DDC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.03%

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

R = 34.64%
G = 31.03%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC6DB (or 0xDDC6DB) is known color: Thistle. HEX triplet: DD, C6 and DB. RGB value is (221,198,219). Sum of RGB (Red+Green+Blue) = 221+198+219=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DB is #223924. Grayscale: #CFCFCF. Windows color (decimal): -2242853 or 14403293. OLE color: 14403293.

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

Color convert

RGB 221 198 219 -
CMYK 0 0.10 0.01 0.13
HSL 305.22º 0.25% 0.82% -
HSV(B) 305.22º 0.1% 0.87% -
XYZ 62.8 60.87 75.46 -
YUV 207.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 221 198 219 0 0.10 0.01 0.13 305.22 0.25 0.82
Hex DD C6 DB 0 A 1 D 131 19 52
Octal 335 306 333 0 12 1 15 461 31 122
Binary 11011101 11000110 11011011 0 1010 1 1101 100110001 11001 1010010

Color Harmonies of #DDC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6DB

Black with #DDC6DB

Text Example


Text Example

White with #DDC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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