Html Css Color HEX #DCCBDD Thistle

📋 copy color: '#DCCBDD'

red 220 ◦ green 203 ◦ blue 221

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

Shades of Thistle #DCCBDD

Tints of Thistle #DCCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.32%

R = 34.16%
G = 31.52%
B = 34.32%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCCBDD (or 0xDCCBDD) is known color: Thistle. HEX triplet: DC, CB and DD. RGB value is (220,203,221). Sum of RGB (Red+Green+Blue) = 220+203+221=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDD is #233422. Grayscale: #D2D2D2. Windows color (decimal): -2307107 or 14535644. OLE color: 14535644.

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

Color convert

RGB 220 203 221 -
CMYK 0.00 0.08 0 0.13
HSL 296.67º 0.21% 0.83% -
HSV(B) 296.67º 0.08% 0.87% -
XYZ 63.92 63.15 77.23 -
YUV 210.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 220 203 221 0.00 0.08 0 0.13 296.67 0.21 0.83
Hex DC CB DD 0 8 0 D 129 15 53
Octal 334 313 335 0 10 0 15 451 25 123
Binary 11011100 11001011 11011101 0 1000 0 1101 100101001 10101 1010011

Color Harmonies of #DCCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBDD

Black with #DCCBDD

Text Example


Text Example

White with #DCCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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