Html Css Color HEX #DDC6E2 Thistle

📋 copy color: '#DDC6E2'

red 221 ◦ green 198 ◦ blue 226

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

Shades of Thistle #DDC6E2

Tints of Thistle #DDC6E2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.7%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 34.26%
G = 30.7%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDC6E2 (or 0xDDC6E2) is known color: Thistle. HEX triplet: DD, C6 and E2. RGB value is (221,198,226). Sum of RGB (Red+Green+Blue) = 221+198+226=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDC6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6E2 is #22391D. Grayscale: #CFCFCF. Windows color (decimal): -2242846 or 14862045. OLE color: 14862045.

HSL color Cylindrical-coordinate representation of color #DDC6E2: hue angle of 289.29º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC6E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 198 226 -
CMYK 0.02 0.12 0 0.11
HSL 289.29º 0.33% 0.83% -
HSV(B) 289.29º 0.12% 0.89% -
XYZ 63.74 61.25 80.41 -
YUV 208.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 221 198 226 0.02 0.12 0 0.11 289.29 0.33 0.83
Hex DD C6 E2 2 C 0 B 121 21 53
Octal 335 306 342 2 14 0 13 441 41 123
Binary 11011101 11000110 11100010 10 1100 0 1011 100100001 100001 1010011

Color Harmonies of #DDC6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6E2

Black with #DDC6E2

Text Example


Text Example

White with #DDC6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6E2; }

 p { color: rgb(221,198,226); }

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

background-color css

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

 a { background-color: rgb(221,198,226); }

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

border-color css

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

 span { border-color: rgb(221,198,226); }

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