Html Css Color HEX #DCBFE1 Thistle

📋 copy color: '#DCBFE1'

red 220 ◦ green 191 ◦ blue 225

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

Shades of Thistle #DCBFE1

Tints of Thistle #DCBFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.03%

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

R = 34.59%
G = 30.03%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBFE1 (or 0xDCBFE1) is known color: Thistle. HEX triplet: DC, BF and E1. RGB value is (220,191,225). Sum of RGB (Red+Green+Blue) = 220+191+225=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE1 is #23401E. Grayscale: #CBCBCB. Windows color (decimal): -2310175 or 14794716. OLE color: 14794716.

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

Color convert

RGB 220 191 225 -
CMYK 0.02 0.15 0 0.12
HSL 291.18º 0.36% 0.82% -
HSV(B) 291.18º 0.15% 0.88% -
XYZ 61.74 57.91 79.16 -
YUV 203.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 220 191 225 0.02 0.15 0 0.12 291.18 0.36 0.82
Hex DC BF E1 2 F 0 C 123 24 52
Octal 334 277 341 2 17 0 14 443 44 122
Binary 11011100 10111111 11100001 10 1111 0 1100 100100011 100100 1010010

Color Harmonies of #DCBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFE1

Black with #DCBFE1

Text Example


Text Example

White with #DCBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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