Html Css Color HEX #DCBEE4 Thistle

📋 copy color: '#DCBEE4'

red 220 ◦ green 190 ◦ blue 228

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

Shades of Thistle #DCBEE4

Tints of Thistle #DCBEE4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.78%

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 34.48%
G = 29.78%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCBEE4 (or 0xDCBEE4) is known color: Thistle. HEX triplet: DC, BE and E4. RGB value is (220,190,228). Sum of RGB (Red+Green+Blue) = 220+190+228=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE4 is #23411B. Grayscale: #CBCBCB. Windows color (decimal): -2310428 or 14991068. OLE color: 14991068.

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

Color convert

RGB 220 190 228 -
CMYK 0.04 0.17 0 0.11
HSL 287.37º 0.41% 0.82% -
HSV(B) 287.37º 0.17% 0.89% -
XYZ 61.93 57.64 81.26 -
YUV 203.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 220 190 228 0.04 0.17 0 0.11 287.37 0.41 0.82
Hex DC BE E4 4 11 0 B 11F 29 52
Octal 334 276 344 4 21 0 13 437 51 122
Binary 11011100 10111110 11100100 100 10001 0 1011 100011111 101001 1010010

Color Harmonies of #DCBEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEE4

Black with #DCBEE4

Text Example


Text Example

White with #DCBEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEE4; }

 p { color: rgb(220,190,228); }

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

background-color css

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

 a { background-color: rgb(220,190,228); }

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

border-color css

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

 span { border-color: rgb(220,190,228); }

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