Html Css Color HEX #DEBFE0 Thistle

📋 copy color: '#DEBFE0'

red 222 ◦ green 191 ◦ blue 224

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

Shades of Thistle #DEBFE0

Tints of Thistle #DEBFE0

RGB

 RED value IS 222 (87.11% from 255) = 34.85%

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

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 34.85%
G = 29.98%
B = 35.16%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEBFE0 (or 0xDEBFE0) is known color: Thistle. HEX triplet: DE, BF and E0. RGB value is (222,191,224). Sum of RGB (Red+Green+Blue) = 222+191+224=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE0 is #21401F. Grayscale: #CBCBCB. Windows color (decimal): -2179104 or 14729182. OLE color: 14729182.

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

Color convert

RGB 222 191 224 -
CMYK 0.01 0.15 0 0.12
HSL 296.36º 0.35% 0.81% -
HSV(B) 296.36º 0.15% 0.88% -
XYZ 62.21 58.17 78.47 -
YUV 204.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 222 191 224 0.01 0.15 0 0.12 296.36 0.35 0.81
Hex DE BF E0 1 F 0 C 128 23 51
Octal 336 277 340 1 17 0 14 450 43 121
Binary 11011110 10111111 11100000 1 1111 0 1100 100101000 100011 1010001

Color Harmonies of #DEBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFE0

Black with #DEBFE0

Text Example


Text Example

White with #DEBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFE0; }

 p { color: rgb(222,191,224); }

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

background-color css

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

 a { background-color: rgb(222,191,224); }

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

border-color css

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

 span { border-color: rgb(222,191,224); }

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