Html Css Color HEX #DCCEDC Thistle

📋 copy color: '#DCCEDC'

red 220 ◦ green 206 ◦ blue 220

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

Shades of Thistle #DCCEDC

Tints of Thistle #DCCEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 34.06%
G = 31.89%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCCEDC (or 0xDCCEDC) is known color: Thistle. HEX triplet: DC, CE and DC. RGB value is (220,206,220). Sum of RGB (Red+Green+Blue) = 220+206+220=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDC is #233123. Grayscale: #D3D3D3. Windows color (decimal): -2306340 or 14470876. OLE color: 14470876.

HSL color Cylindrical-coordinate representation of color #DCCEDC: hue angle of 300º 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 #DCCEDC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 220 -
CMYK 0 0.06 0 0.14
HSL 300º 0.17% 0.84% -
HSV(B) 300º 0.06% 0.86% -
XYZ 64.5 64.53 76.77 -
YUV 211.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 220 206 220 0 0.06 0 0.14 300 0.17 0.84
Hex DC CE DC 0 6 0 E 12C 11 54
Octal 334 316 334 0 6 0 16 454 21 124
Binary 11011100 11001110 11011100 0 110 0 1110 100101100 10001 1010100

Color Harmonies of #DCCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCEDC

Black with #DCCEDC

Text Example


Text Example

White with #DCCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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