#DEBCDF

Color #DEBCDF Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DEBCDF

Tints of Thistle #DEBCDF

Color information

#DEBCDF (or 0xDEBCDF) is unknown color: approx Thistle. HEX triplet: DE, BC and DF. RGB value is (222,188,223). Sum of RGB (Red+Green+Blue) = 222+188+223=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDF is #214320. Grayscale: #CACACA. Windows color (decimal): -2179873 or 14662878. OLE color: 14662878.

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

Color convert

RGB222188223-
CMYK0.000.1600.13
HSL298.29º35.35%80.59%-
HSV(B)298.29º15.7%87.45%-
XYZ61.4356.8277.54-
YUV202.16139.76142.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=35.07%
G=29.70%
B=35.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221882230.000.1600.13298.2935.3580.59
HexDEBCDF0100D12a2351
Octal33627433702001545243121
Binary110111101011110011011111010000011011001010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCDF; }

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

 H1.HeaderClassName
 {
   color: #DEBCDF;
 }
 .AnyTagClassName
 {
   color: #DEBCDF;
 }
</style>
background-color css

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

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

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

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

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

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