Html Css Color HEX #DEBEDF Thistle

📋 copy color: '#DEBEDF'

red 222 ◦ green 190 ◦ blue 223

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

Shades of Thistle #DEBEDF

Tints of Thistle #DEBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 34.96%
G = 29.92%
B = 35.12%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEBEDF (or 0xDEBEDF) is known color: Thistle. HEX triplet: DE, BE and DF. RGB value is (222,190,223). Sum of RGB (Red+Green+Blue) = 222+190+223=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDF is #214120. Grayscale: #CBCBCB. Windows color (decimal): -2179361 or 14663390. OLE color: 14663390.

HSL color Cylindrical-coordinate representation of color #DEBEDF: hue angle of 298.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBEDF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 190 223 -
CMYK 0.00 0.15 0 0.13
HSL 298.18º 0.34% 0.81% -
HSV(B) 298.18º 0.15% 0.87% -
XYZ 61.86 57.68 77.69 -
YUV 203.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 222 190 223 0.00 0.15 0 0.13 298.18 0.34 0.81
Hex DE BE DF 0 F 0 D 12A 22 51
Octal 336 276 337 0 17 0 15 452 42 121
Binary 11011110 10111110 11011111 0 1111 0 1101 100101010 100010 1010001

Color Harmonies of #DEBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEDF

Black with #DEBEDF

Text Example


Text Example

White with #DEBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEDF; }

 p { color: rgb(222,190,223); }

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

background-color css

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

 a { background-color: rgb(222,190,223); }

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

border-color css

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

 span { border-color: rgb(222,190,223); }

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