#DDBCE1

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

Shades of Thistle #DDBCE1

Tints of Thistle #DDBCE1

Color information

#DDBCE1 (or 0xDDBCE1) is unknown color: approx Thistle. HEX triplet: DD, BC and E1. RGB value is (221,188,225). Sum of RGB (Red+Green+Blue) = 221+188+225=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCE1 is #22431E. Grayscale: #C9C9C9. Windows color (decimal): -2245407 or 14793949. OLE color: 14793949.

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

Color convert

RGB221188225-
CMYK0.020.1600.12
HSL293.51º38.14%80.98%-
HSV(B)293.51º16.44%88.24%-
XYZ61.3956.7778.96-
YUV202.08140.93141.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=34.86%
G=29.65%
B=35.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211882250.020.1600.12293.5138.1480.98
HexDDBCE12100C1262651
Octal33527434122001444646121
Binary1101110110111100111000011010000011001001001101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCE1; }

 p { color: rgb(221,188,225); }

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

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

 a { background-color: rgb(221,188,225); }

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

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

 span { border-color: rgb(221,188,225); }

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