Html Css Color HEX #DDBAE6 Thistle

📋 copy color: '#DDBAE6'

red 221 ◦ green 186 ◦ blue 230

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

Shades of Thistle #DDBAE6

Tints of Thistle #DDBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 34.69%
G = 29.2%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDBAE6 (or 0xDDBAE6) is known color: Thistle. HEX triplet: DD, BA and E6. RGB value is (221,186,230). Sum of RGB (Red+Green+Blue) = 221+186+230=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE6 is #224519. Grayscale: #C9C9C9. Windows color (decimal): -2245914 or 15121117. OLE color: 15121117.

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

Color convert

RGB 221 186 230 -
CMYK 0.04 0.19 0 0.10
HSL 287.73º 0.47% 0.82% -
HSV(B) 287.73º 0.19% 0.9% -
XYZ 61.66 56.2 82.46 -
YUV 201.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 221 186 230 0.04 0.19 0 0.10 287.73 0.47 0.82
Hex DD BA E6 4 13 0 A 120 2F 52
Octal 335 272 346 4 23 0 12 440 57 122
Binary 11011101 10111010 11100110 100 10011 0 1010 100100000 101111 1010010

Color Harmonies of #DDBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAE6

Black with #DDBAE6

Text Example


Text Example

White with #DDBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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