Html Css Color HEX #DCCED9 Thistle

📋 copy color: '#DCCED9'

red 220 ◦ green 206 ◦ blue 217

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

Shades of Thistle #DCCED9

Tints of Thistle #DCCED9

RGB

 RED value IS 220 (86.33% from 255) = 34.21%

 GREEN value IS 206 (80.86% from 255) = 32.04%

 BLUE value IS 217 (85.16% from 255) = 33.75%

R = 34.21%
G = 32.04%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCCED9 (or 0xDCCED9) is known color: Thistle. HEX triplet: DC, CE and D9. RGB value is (220,206,217). Sum of RGB (Red+Green+Blue) = 220+206+217=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCED9 is #233126. Grayscale: #D3D3D3. Windows color (decimal): -2306343 or 14274268. OLE color: 14274268.

HSL color Cylindrical-coordinate representation of color #DCCED9: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCED9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 217 -
CMYK 0 0.06 0.01 0.14
HSL 312.86º 0.17% 0.84% -
HSV(B) 312.86º 0.06% 0.86% -
XYZ 64.11 64.37 74.69 -
YUV 211.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 220 206 217 0 0.06 0.01 0.14 312.86 0.17 0.84
Hex DC CE D9 0 6 1 E 139 11 54
Octal 334 316 331 0 6 1 16 471 21 124
Binary 11011100 11001110 11011001 0 110 1 1110 100111001 10001 1010100

Color Harmonies of #DCCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCED9

Black with #DCCED9

Text Example


Text Example

White with #DCCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCED9; }

 p { color: rgb(220,206,217); }

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

background-color css

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

 a { background-color: rgb(220,206,217); }

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

border-color css

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

 span { border-color: rgb(220,206,217); }

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