Html Css Color HEX #DDBAE7 Thistle

📋 copy color: '#DDBAE7'

red 221 ◦ green 186 ◦ blue 231

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

Shades of Thistle #DDBAE7

Tints of Thistle #DDBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.21%

R = 34.64%
G = 29.15%
B = 36.21%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDBAE7 (or 0xDDBAE7) is known color: Thistle. HEX triplet: DD, BA and E7. RGB value is (221,186,231). Sum of RGB (Red+Green+Blue) = 221+186+231=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE7 is #224518. Grayscale: #C9C9C9. Windows color (decimal): -2245913 or 15186653. OLE color: 15186653.

HSL color Cylindrical-coordinate representation of color #DDBAE7: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBAE7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 186 231 -
CMYK 0.04 0.19 0 0.09
HSL 286.67º 0.48% 0.82% -
HSV(B) 286.67º 0.19% 0.91% -
XYZ 61.8 56.26 83.2 -
YUV 201.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 221 186 231 0.04 0.19 0 0.09 286.67 0.48 0.82
Hex DD BA E7 4 13 0 9 11F 30 52
Octal 335 272 347 4 23 0 11 437 60 122
Binary 11011101 10111010 11100111 100 10011 0 1001 100011111 110000 1010010

Color Harmonies of #DDBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAE7

Black with #DDBAE7

Text Example


Text Example

White with #DDBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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