#DDBFE4

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

Shades of Thistle #DDBFE4

Tints of Thistle #DDBFE4

Color information

#DDBFE4 (or 0xDDBFE4) is unknown color: approx Thistle. HEX triplet: DD, BF and E4. RGB value is (221,191,228). Sum of RGB (Red+Green+Blue) = 221+191+228=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE4 is #22401B. Grayscale: #CCCCCC. Windows color (decimal): -2244636 or 14991325. OLE color: 14991325.

HSL color Cylindrical-coordinate representation of color #DDBFE4: hue angle of 288.65º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBFE4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221191228-
CMYK0.030.1600.11
HSL288.65º40.66%82.16%-
HSV(B)288.65º16.23%89.41%-
XYZ62.4558.2481.35-
YUV204.19141.44139.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=34.53%
G=29.84%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211912280.030.1600.11288.6540.6682.16
HexDDBFE43100B1212952
Octal33527734432001344151122
Binary1101110110111111111001001110000010111001000011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFE4; }

 p { color: rgb(221,191,228); }

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

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

 a { background-color: rgb(221,191,228); }

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

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

 span { border-color: rgb(221,191,228); }

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