Html Css Color HEX #DDC0DE Thistle

📋 copy color: '#DDC0DE'

red 221 ◦ green 192 ◦ blue 222

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

Shades of Thistle #DDC0DE

Tints of Thistle #DDC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.24%

 BLUE value IS 222 (87.11% from 255) = 34.96%

R = 34.8%
G = 30.24%
B = 34.96%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC0DE (or 0xDDC0DE) is known color: Thistle. HEX triplet: DD, C0 and DE. RGB value is (221,192,222). Sum of RGB (Red+Green+Blue) = 221+192+222=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DE is #223F21. Grayscale: #CCCCCC. Windows color (decimal): -2244386 or 14598365. OLE color: 14598365.

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

Color convert

RGB 221 192 222 -
CMYK 0.00 0.14 0 0.13
HSL 298º 0.31% 0.81% -
HSV(B) 298º 0.14% 0.87% -
XYZ 61.85 58.35 77.11 -
YUV 204.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 221 192 222 0.00 0.14 0 0.13 298 0.31 0.81
Hex DD C0 DE 0 E 0 D 12A 1F 51
Octal 335 300 336 0 16 0 15 452 37 121
Binary 11011101 11000000 11011110 0 1110 0 1101 100101010 11111 1010001

Color Harmonies of #DDC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0DE

Black with #DDC0DE

Text Example


Text Example

White with #DDC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0DE; }

 p { color: rgb(221,192,222); }

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

background-color css

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

 a { background-color: rgb(221,192,222); }

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

border-color css

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

 span { border-color: rgb(221,192,222); }

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