Html Css Color HEX #DDBFE5 Thistle

📋 copy color: '#DDBFE5'

red 221 ◦ green 191 ◦ blue 229

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

Shades of Thistle #DDBFE5

Tints of Thistle #DDBFE5

RGB

 RED value IS 221 (86.72% from 255) = 34.48%

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 34.48%
G = 29.8%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDBFE5 (or 0xDDBFE5) is known color: Thistle. HEX triplet: DD, BF and E5. RGB value is (221,191,229). Sum of RGB (Red+Green+Blue) = 221+191+229=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE5 is #22401A. Grayscale: #CCCCCC. Windows color (decimal): -2244635 or 15056861. OLE color: 15056861.

HSL color Cylindrical-coordinate representation of color #DDBFE5: hue angle of 287.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBFE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 191 229 -
CMYK 0.03 0.17 0 0.10
HSL 287.37º 0.42% 0.82% -
HSV(B) 287.37º 0.17% 0.9% -
XYZ 62.59 58.29 82.08 -
YUV 204.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 221 191 229 0.03 0.17 0 0.10 287.37 0.42 0.82
Hex DD BF E5 3 11 0 A 11F 2A 52
Octal 335 277 345 3 21 0 12 437 52 122
Binary 11011101 10111111 11100101 11 10001 0 1010 100011111 101010 1010010

Color Harmonies of #DDBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFE5

Black with #DDBFE5

Text Example


Text Example

White with #DDBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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