Html Css Color HEX #DDC7DF Thistle

📋 copy color: '#DDC7DF'

red 221 ◦ green 199 ◦ blue 223

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

Shades of Thistle #DDC7DF

Tints of Thistle #DDC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.95%

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 34.37%
G = 30.95%
B = 34.68%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC7DF (or 0xDDC7DF) is known color: Thistle. HEX triplet: DD, C7 and DF. RGB value is (221,199,223). Sum of RGB (Red+Green+Blue) = 221+199+223=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DF is #223820. Grayscale: #D0D0D0. Windows color (decimal): -2242593 or 14665693. OLE color: 14665693.

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

Color convert

RGB 221 199 223 -
CMYK 0.01 0.11 0 0.13
HSL 295º 0.27% 0.83% -
HSV(B) 295º 0.11% 0.87% -
XYZ 63.56 61.55 78.34 -
YUV 208.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 221 199 223 0.01 0.11 0 0.13 295 0.27 0.83
Hex DD C7 DF 1 B 0 D 127 1B 53
Octal 335 307 337 1 13 0 15 447 33 123
Binary 11011101 11000111 11011111 1 1011 0 1101 100100111 11011 1010011

Color Harmonies of #DDC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7DF

Black with #DDC7DF

Text Example


Text Example

White with #DDC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7DF; }

 p { color: rgb(221,199,223); }

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

background-color css

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

 a { background-color: rgb(221,199,223); }

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

border-color css

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

 span { border-color: rgb(221,199,223); }

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