Html Css Color HEX #DDBAE5 Thistle

📋 copy color: '#DDBAE5'

red 221 ◦ green 186 ◦ blue 229

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

Shades of Thistle #DDBAE5

Tints of Thistle #DDBAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.25%

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

R = 34.75%
G = 29.25%
B = 36.01%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDBAE5 (or 0xDDBAE5) is known color: Thistle. HEX triplet: DD, BA and E5. RGB value is (221,186,229). Sum of RGB (Red+Green+Blue) = 221+186+229=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAE5 is #22451A. Grayscale: #C9C9C9. Windows color (decimal): -2245915 or 15055581. OLE color: 15055581.

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

Color convert

RGB 221 186 229 -
CMYK 0.03 0.19 0 0.10
HSL 288.84º 0.45% 0.81% -
HSV(B) 288.84º 0.19% 0.9% -
XYZ 61.52 56.15 81.72 -
YUV 201.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 221 186 229 0.03 0.19 0 0.10 288.84 0.45 0.81
Hex DD BA E5 3 13 0 A 121 2D 51
Octal 335 272 345 3 23 0 12 441 55 121
Binary 11011101 10111010 11100101 11 10011 0 1010 100100001 101101 1010001

Color Harmonies of #DDBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAE5

Black with #DDBAE5

Text Example


Text Example

White with #DDBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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