Html Css Color HEX #DDC8DB Thistle

📋 copy color: '#DDC8DB'

red 221 ◦ green 200 ◦ blue 219

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

Shades of Thistle #DDC8DB

Tints of Thistle #DDC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 34.53%
G = 31.25%
B = 34.22%

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

#DDC8DB (or 0xDDC8DB) is known color: Thistle. HEX triplet: DD, C8 and DB. RGB value is (221,200,219). Sum of RGB (Red+Green+Blue) = 221+200+219=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8DB is #223724. Grayscale: #D0D0D0. Windows color (decimal): -2242341 or 14403805. OLE color: 14403805.

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

Color convert

RGB 221 200 219 -
CMYK 0 0.10 0.01 0.13
HSL 305.71º 0.24% 0.83% -
HSV(B) 305.71º 0.1% 0.87% -
XYZ 63.26 61.8 75.61 -
YUV 208.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 221 200 219 0 0.10 0.01 0.13 305.71 0.24 0.83
Hex DD C8 DB 0 A 1 D 132 18 53
Octal 335 310 333 0 12 1 15 462 30 123
Binary 11011101 11001000 11011011 0 1010 1 1101 100110010 11000 1010011

Color Harmonies of #DDC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8DB

Black with #DDC8DB

Text Example


Text Example

White with #DDC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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