Html Css Color HEX #DCC1E1 Thistle

📋 copy color: '#DCC1E1'

red 220 ◦ green 193 ◦ blue 225

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

Shades of Thistle #DCC1E1

Tints of Thistle #DCC1E1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.25%

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

R = 34.48%
G = 30.25%
B = 35.27%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCC1E1 (or 0xDCC1E1) is known color: Thistle. HEX triplet: DC, C1 and E1. RGB value is (220,193,225). Sum of RGB (Red+Green+Blue) = 220+193+225=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1E1 is #233E1E. Grayscale: #CCCCCC. Windows color (decimal): -2309663 or 14795228. OLE color: 14795228.

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

Color convert

RGB 220 193 225 -
CMYK 0.02 0.14 0 0.12
HSL 290.63º 0.35% 0.82% -
HSV(B) 290.63º 0.14% 0.88% -
XYZ 62.18 58.79 79.31 -
YUV 204.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 220 193 225 0.02 0.14 0 0.12 290.63 0.35 0.82
Hex DC C1 E1 2 E 0 C 123 23 52
Octal 334 301 341 2 16 0 14 443 43 122
Binary 11011100 11000001 11100001 10 1110 0 1100 100100011 100011 1010010

Color Harmonies of #DCC1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1E1

Black with #DCC1E1

Text Example


Text Example

White with #DCC1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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