Html Css Color HEX #DDBAE3 Thistle

📋 copy color: '#DDBAE3'

red 221 ◦ green 186 ◦ blue 227

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

Shades of Thistle #DDBAE3

Tints of Thistle #DDBAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.8%

R = 34.86%
G = 29.34%
B = 35.8%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDBAE3 (or 0xDDBAE3) is known color: Thistle. HEX triplet: DD, BA and E3. RGB value is (221,186,227). Sum of RGB (Red+Green+Blue) = 221+186+227=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAE3 is #22451C. Grayscale: #C9C9C9. Windows color (decimal): -2245917 or 14924509. OLE color: 14924509.

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

Color convert

RGB 221 186 227 -
CMYK 0.03 0.18 0 0.11
HSL 291.22º 0.42% 0.81% -
HSV(B) 291.22º 0.18% 0.89% -
XYZ 61.24 56.04 80.26 -
YUV 201.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 221 186 227 0.03 0.18 0 0.11 291.22 0.42 0.81
Hex DD BA E3 3 12 0 B 123 2A 51
Octal 335 272 343 3 22 0 13 443 52 121
Binary 11011101 10111010 11100011 11 10010 0 1011 100100011 101010 1010001

Color Harmonies of #DDBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAE3

Black with #DDBAE3

Text Example


Text Example

White with #DDBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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