Html Css Color HEX #DCBFE3 Thistle

📋 copy color: '#DCBFE3'

red 220 ◦ green 191 ◦ blue 227

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

Shades of Thistle #DCBFE3

Tints of Thistle #DCBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.58%

R = 34.48%
G = 29.94%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCBFE3 (or 0xDCBFE3) is known color: Thistle. HEX triplet: DC, BF and E3. RGB value is (220,191,227). Sum of RGB (Red+Green+Blue) = 220+191+227=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE3 is #23401C. Grayscale: #CBCBCB. Windows color (decimal): -2310173 or 14925788. OLE color: 14925788.

HSL color Cylindrical-coordinate representation of color #DCBFE3: hue angle of 288.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBFE3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 191 227 -
CMYK 0.03 0.16 0 0.11
HSL 288.33º 0.39% 0.82% -
HSV(B) 288.33º 0.16% 0.89% -
XYZ 62.01 58.02 80.6 -
YUV 203.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 220 191 227 0.03 0.16 0 0.11 288.33 0.39 0.82
Hex DC BF E3 3 10 0 B 120 27 52
Octal 334 277 343 3 20 0 13 440 47 122
Binary 11011100 10111111 11100011 11 10000 0 1011 100100000 100111 1010010

Color Harmonies of #DCBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFE3

Black with #DCBFE3

Text Example


Text Example

White with #DCBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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