Html Css Color HEX #DCCBDC Thistle

📋 copy color: '#DCCBDC'

red 220 ◦ green 203 ◦ blue 220

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

Shades of Thistle #DCCBDC

Tints of Thistle #DCCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.57%

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

R = 34.21%
G = 31.57%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCCBDC (or 0xDCCBDC) is known color: Thistle. HEX triplet: DC, CB and DC. RGB value is (220,203,220). Sum of RGB (Red+Green+Blue) = 220+203+220=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDC is #233423. Grayscale: #D1D1D1. Windows color (decimal): -2307108 or 14470108. OLE color: 14470108.

HSL color Cylindrical-coordinate representation of color #DCCBDC: hue angle of 300º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBDC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 220 -
CMYK 0 0.08 0 0.14
HSL 300º 0.2% 0.83% -
HSV(B) 300º 0.08% 0.86% -
XYZ 63.79 63.09 76.53 -
YUV 210.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 220 203 220 0 0.08 0 0.14 300 0.2 0.83
Hex DC CB DC 0 8 0 E 12C 14 53
Octal 334 313 334 0 10 0 16 454 24 123
Binary 11011100 11001011 11011100 0 1000 0 1110 100101100 10100 1010011

Color Harmonies of #DCCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBDC

Black with #DCCBDC

Text Example


Text Example

White with #DCCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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