Html Css Color HEX #DDBFE0 Thistle

📋 copy color: '#DDBFE0'

red 221 ◦ green 191 ◦ blue 224

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

Shades of Thistle #DDBFE0

Tints of Thistle #DDBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 34.75%
G = 30.03%
B = 35.22%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBFE0 (or 0xDDBFE0) is known color: Thistle. HEX triplet: DD, BF and E0. RGB value is (221,191,224). Sum of RGB (Red+Green+Blue) = 221+191+224=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE0 is #22401F. Grayscale: #CBCBCB. Windows color (decimal): -2244640 or 14729181. OLE color: 14729181.

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

Color convert

RGB 221 191 224 -
CMYK 0.01 0.15 0 0.12
HSL 294.55º 0.35% 0.81% -
HSV(B) 294.55º 0.15% 0.88% -
XYZ 61.9 58.02 78.46 -
YUV 203.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 221 191 224 0.01 0.15 0 0.12 294.55 0.35 0.81
Hex DD BF E0 1 F 0 C 127 23 51
Octal 335 277 340 1 17 0 14 447 43 121
Binary 11011101 10111111 11100000 1 1111 0 1100 100100111 100011 1010001

Color Harmonies of #DDBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFE0

Black with #DDBFE0

Text Example


Text Example

White with #DDBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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