Html Css Color HEX #DFB2E5 Thistle

📋 copy color: '#DFB2E5'

red 223 ◦ green 178 ◦ blue 229

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

Shades of Thistle #DFB2E5

Tints of Thistle #DFB2E5

RGB

 RED value IS 223 (87.5% from 255) = 35.4%

 GREEN value IS 178 (69.92% from 255) = 28.25%

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 35.4%
G = 28.25%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFB2E5 (or 0xDFB2E5) is known color: Thistle. HEX triplet: DF, B2 and E5. RGB value is (223,178,229). Sum of RGB (Red+Green+Blue) = 223+178+229=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2E5 is #204D1A. Grayscale: #C5C5C5. Windows color (decimal): -2116891 or 15053535. OLE color: 15053535.

HSL color Cylindrical-coordinate representation of color #DFB2E5: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB2E5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 178 229 -
CMYK 0.03 0.22 0 0.10
HSL 292.94º 0.5% 0.8% -
HSV(B) 292.94º 0.22% 0.9% -
XYZ 60.49 53.19 81.21 -
YUV 197.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 223 178 229 0.03 0.22 0 0.10 292.94 0.5 0.8
Hex DF B2 E5 3 16 0 A 125 32 50
Octal 337 262 345 3 26 0 12 445 62 120
Binary 11011111 10110010 11100101 11 10110 0 1010 100100101 110010 1010000

Color Harmonies of #DFB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2E5

Black with #DFB2E5

Text Example


Text Example

White with #DFB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2E5; }

 p { color: rgb(223,178,229); }

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

background-color css

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

 a { background-color: rgb(223,178,229); }

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

border-color css

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

 span { border-color: rgb(223,178,229); }

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