Html Css Color HEX #DBBFE4 Thistle

📋 copy color: '#DBBFE4'

red 219 ◦ green 191 ◦ blue 228

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

Shades of Thistle #DBBFE4

Tints of Thistle #DBBFE4

RGB

 RED value IS 219 (85.94% from 255) = 34.33%

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

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

R = 34.33%
G = 29.94%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBFE4 (or 0xDBBFE4) is known color: Thistle. HEX triplet: DB, BF and E4. RGB value is (219,191,228). Sum of RGB (Red+Green+Blue) = 219+191+228=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 191 (75% from 255 or 29.94% 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 #DBBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE4 is #24401B. Grayscale: #CBCBCB. Windows color (decimal): -2375708 or 14991323. OLE color: 14991323.

HSL color Cylindrical-coordinate representation of color #DBBFE4: hue angle of 285.41º degrees, saturation: 0.41, 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 #DBBFE4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 191 228 -
CMYK 0.04 0.16 0 0.11
HSL 285.41º 0.41% 0.82% -
HSV(B) 285.41º 0.16% 0.89% -
XYZ 61.85 57.92 81.32 -
YUV 203.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 219 191 228 0.04 0.16 0 0.11 285.41 0.41 0.82
Hex DB BF E4 4 10 0 B 11D 29 52
Octal 333 277 344 4 20 0 13 435 51 122
Binary 11011011 10111111 11100100 100 10000 0 1011 100011101 101001 1010010

Color Harmonies of #DBBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFE4

Black with #DBBFE4

Text Example


Text Example

White with #DBBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFE4; }

 p { color: rgb(219,191,228); }

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

background-color css

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

 a { background-color: rgb(219,191,228); }

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

border-color css

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

 span { border-color: rgb(219,191,228); }

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