Html Css Color HEX #DCC5E1 Thistle

📋 copy color: '#DCC5E1'

red 220 ◦ green 197 ◦ blue 225

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

Shades of Thistle #DCC5E1

Tints of Thistle #DCC5E1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.69%

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 34.27%
G = 30.69%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCC5E1 (or 0xDCC5E1) is known color: Thistle. HEX triplet: DC, C5 and E1. RGB value is (220,197,225). Sum of RGB (Red+Green+Blue) = 220+197+225=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5E1 is #233A1E. Grayscale: #CECECE. Windows color (decimal): -2308639 or 14796252. OLE color: 14796252.

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

Color convert

RGB 220 197 225 -
CMYK 0.02 0.12 0 0.12
HSL 289.29º 0.32% 0.83% -
HSV(B) 289.29º 0.12% 0.88% -
XYZ 63.07 60.58 79.6 -
YUV 207.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 220 197 225 0.02 0.12 0 0.12 289.29 0.32 0.83
Hex DC C5 E1 2 C 0 C 121 20 53
Octal 334 305 341 2 14 0 14 441 40 123
Binary 11011100 11000101 11100001 10 1100 0 1100 100100001 100000 1010011

Color Harmonies of #DCC5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5E1

Black with #DCC5E1

Text Example


Text Example

White with #DCC5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5E1; }

 p { color: rgb(220,197,225); }

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

background-color css

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

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

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

border-color css

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

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

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