Html Css Color HEX #DDB7E8 Thistle

📋 copy color: '#DDB7E8'

red 221 ◦ green 183 ◦ blue 232

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

Shades of Thistle #DDB7E8

Tints of Thistle #DDB7E8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.77%

 BLUE value IS 232 (91.02% from 255) = 36.48%

R = 34.75%
G = 28.77%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB7E8 (or 0xDDB7E8) is known color: Thistle. HEX triplet: DD, B7 and E8. RGB value is (221,183,232). Sum of RGB (Red+Green+Blue) = 221+183+232=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7E8 is #224817. Grayscale: #C7C7C7. Windows color (decimal): -2246680 or 15251421. OLE color: 15251421.

HSL color Cylindrical-coordinate representation of color #DDB7E8: hue angle of 286.53º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB7E8 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 183 232 -
CMYK 0.05 0.21 0 0.09
HSL 286.53º 0.52% 0.81% -
HSV(B) 286.53º 0.21% 0.91% -
XYZ 61.32 55.07 83.74 -
YUV 199.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 221 183 232 0.05 0.21 0 0.09 286.53 0.52 0.81
Hex DD B7 E8 5 15 0 9 11F 34 51
Octal 335 267 350 5 25 0 11 437 64 121
Binary 11011101 10110111 11101000 101 10101 0 1001 100011111 110100 1010001

Color Harmonies of #DDB7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7E8

Black with #DDB7E8

Text Example


Text Example

White with #DDB7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7E8; }

 p { color: rgb(221,183,232); }

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

background-color css

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

 a { background-color: rgb(221,183,232); }

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

border-color css

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

 span { border-color: rgb(221,183,232); }

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