Html Css Color HEX #DDC1DB Thistle

📋 copy color: '#DDC1DB'

red 221 ◦ green 193 ◦ blue 219

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

Shades of Thistle #DDC1DB

Tints of Thistle #DDC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.49%

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

R = 34.91%
G = 30.49%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC1DB (or 0xDDC1DB) is known color: Thistle. HEX triplet: DD, C1 and DB. RGB value is (221,193,219). Sum of RGB (Red+Green+Blue) = 221+193+219=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DB is #223E24. Grayscale: #CCCCCC. Windows color (decimal): -2244133 or 14402013. OLE color: 14402013.

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

Color convert

RGB 221 193 219 -
CMYK 0 0.13 0.01 0.13
HSL 304.29º 0.29% 0.81% -
HSV(B) 304.29º 0.13% 0.87% -
XYZ 61.67 58.63 75.08 -
YUV 204.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 221 193 219 0 0.13 0.01 0.13 304.29 0.29 0.81
Hex DD C1 DB 0 D 1 D 130 1D 51
Octal 335 301 333 0 15 1 15 460 35 121
Binary 11011101 11000001 11011011 0 1101 1 1101 100110000 11101 1010001

Color Harmonies of #DDC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1DB

Black with #DDC1DB

Text Example


Text Example

White with #DDC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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