Html Css Color HEX #DDBDDF Thistle

📋 copy color: '#DDBDDF'

red 221 ◦ green 189 ◦ blue 223

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

Shades of Thistle #DDBDDF

Tints of Thistle #DDBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 34.91%
G = 29.86%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBDDF (or 0xDDBDDF) is known color: Thistle. HEX triplet: DD, BD and DF. RGB value is (221,189,223). Sum of RGB (Red+Green+Blue) = 221+189+223=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDF is #224220. Grayscale: #CACACA. Windows color (decimal): -2245153 or 14663133. OLE color: 14663133.

HSL color Cylindrical-coordinate representation of color #DDBDDF: hue angle of 296.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBDDF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 223 -
CMYK 0.01 0.15 0 0.13
HSL 296.47º 0.35% 0.81% -
HSV(B) 296.47º 0.15% 0.87% -
XYZ 61.34 57.1 77.6 -
YUV 202.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 221 189 223 0.01 0.15 0 0.13 296.47 0.35 0.81
Hex DD BD DF 1 F 0 D 128 23 51
Octal 335 275 337 1 17 0 15 450 43 121
Binary 11011101 10111101 11011111 1 1111 0 1101 100101000 100011 1010001

Color Harmonies of #DDBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDDF

Black with #DDBDDF

Text Example


Text Example

White with #DDBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDDF; }

 p { color: rgb(221,189,223); }

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

background-color css

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

 a { background-color: rgb(221,189,223); }

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

border-color css

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

 span { border-color: rgb(221,189,223); }

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