Html Css Color HEX #DCB8E1 Thistle

📋 copy color: '#DCB8E1'

red 220 ◦ green 184 ◦ blue 225

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

Shades of Thistle #DCB8E1

Tints of Thistle #DCB8E1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.25%

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

R = 34.98%
G = 29.25%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCB8E1 (or 0xDCB8E1) is known color: Thistle. HEX triplet: DC, B8 and E1. RGB value is (220,184,225). Sum of RGB (Red+Green+Blue) = 220+184+225=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCB8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8E1 is #23471E. Grayscale: #C7C7C7. Windows color (decimal): -2311967 or 14792924. OLE color: 14792924.

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

Color convert

RGB 220 184 225 -
CMYK 0.02 0.18 0 0.12
HSL 292.68º 0.41% 0.8% -
HSV(B) 292.68º 0.18% 0.88% -
XYZ 60.25 54.93 78.66 -
YUV 199.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 220 184 225 0.02 0.18 0 0.12 292.68 0.41 0.8
Hex DC B8 E1 2 12 0 C 125 29 50
Octal 334 270 341 2 22 0 14 445 51 120
Binary 11011100 10111000 11100001 10 10010 0 1100 100100101 101001 1010000

Color Harmonies of #DCB8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8E1

Black with #DCB8E1

Text Example


Text Example

White with #DCB8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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