Html Css Color HEX #DDBCDD Thistle

📋 copy color: '#DDBCDD'

red 221 ◦ green 188 ◦ blue 221

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

Shades of Thistle #DDBCDD

Tints of Thistle #DDBCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 35.08%
G = 29.84%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBCDD (or 0xDDBCDD) is known color: Thistle. HEX triplet: DD, BC and DD. RGB value is (221,188,221). Sum of RGB (Red+Green+Blue) = 221+188+221=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDD is #224322. Grayscale: #C9C9C9. Windows color (decimal): -2245411 or 14531805. OLE color: 14531805.

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

Color convert

RGB 221 188 221 -
CMYK 0 0.15 0 0.13
HSL 300º 0.33% 0.8% -
HSV(B) 300º 0.15% 0.87% -
XYZ 60.85 56.56 76.12 -
YUV 201.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 221 188 221 0 0.15 0 0.13 300 0.33 0.8
Hex DD BC DD 0 F 0 D 12C 21 50
Octal 335 274 335 0 17 0 15 454 41 120
Binary 11011101 10111100 11011101 0 1111 0 1101 100101100 100001 1010000

Color Harmonies of #DDBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCDD

Black with #DDBCDD

Text Example


Text Example

White with #DDBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCDD; }

 p { color: rgb(221,188,221); }

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

background-color css

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

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

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

border-color css

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

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

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