Html Css Color HEX #DDC2DE Thistle

📋 copy color: '#DDC2DE'

red 221 ◦ green 194 ◦ blue 222

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

Shades of Thistle #DDC2DE

Tints of Thistle #DDC2DE

RGB

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

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

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

R = 34.69%
G = 30.46%
B = 34.85%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC2DE (or 0xDDC2DE) is known color: Thistle. HEX triplet: DD, C2 and DE. RGB value is (221,194,222). Sum of RGB (Red+Green+Blue) = 221+194+222=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DE is #223D21. Grayscale: #CDCDCD. Windows color (decimal): -2243874 or 14598877. OLE color: 14598877.

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

Color convert

RGB 221 194 222 -
CMYK 0.00 0.13 0 0.13
HSL 297.86º 0.3% 0.82% -
HSV(B) 297.86º 0.13% 0.87% -
XYZ 62.3 59.23 77.26 -
YUV 205.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 221 194 222 0.00 0.13 0 0.13 297.86 0.3 0.82
Hex DD C2 DE 0 D 0 D 12A 1E 52
Octal 335 302 336 0 15 0 15 452 36 122
Binary 11011101 11000010 11011110 0 1101 0 1101 100101010 11110 1010010

Color Harmonies of #DDC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2DE

Black with #DDC2DE

Text Example


Text Example

White with #DDC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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