Html Css Color HEX #DDBBE6 Thistle

📋 copy color: '#DDBBE6'

red 221 ◦ green 187 ◦ blue 230

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

Shades of Thistle #DDBBE6

Tints of Thistle #DDBBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.31%

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

R = 34.64%
G = 29.31%
B = 36.05%

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

#DDBBE6 (or 0xDDBBE6) is known color: Thistle. HEX triplet: DD, BB and E6. RGB value is (221,187,230). Sum of RGB (Red+Green+Blue) = 221+187+230=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBE6 is #224419. Grayscale: #C9C9C9. Windows color (decimal): -2245658 or 15121373. OLE color: 15121373.

HSL color Cylindrical-coordinate representation of color #DDBBE6: hue angle of 287.44º degrees, saturation: 0.46, 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 #DDBBE6 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 187 230 -
CMYK 0.04 0.19 0 0.10
HSL 287.44º 0.46% 0.82% -
HSV(B) 287.44º 0.19% 0.9% -
XYZ 61.87 56.63 82.53 -
YUV 202.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 221 187 230 0.04 0.19 0 0.10 287.44 0.46 0.82
Hex DD BB E6 4 13 0 A 11F 2E 52
Octal 335 273 346 4 23 0 12 437 56 122
Binary 11011101 10111011 11100110 100 10011 0 1010 100011111 101110 1010010

Color Harmonies of #DDBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBE6

Black with #DDBBE6

Text Example


Text Example

White with #DDBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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