Html Css Color HEX #DDBCDE Thistle

📋 copy color: '#DDBCDE'

red 221 ◦ green 188 ◦ blue 222

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

Shades of Thistle #DDBCDE

Tints of Thistle #DDBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 35.02%
G = 29.79%
B = 35.18%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBCDE (or 0xDDBCDE) is known color: Thistle. HEX triplet: DD, BC and DE. RGB value is (221,188,222). Sum of RGB (Red+Green+Blue) = 221+188+222=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDE is #224321. Grayscale: #C9C9C9. Windows color (decimal): -2245410 or 14597341. OLE color: 14597341.

HSL color Cylindrical-coordinate representation of color #DDBCDE: hue angle of 298.24º degrees, saturation: 0.34, 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 #DDBCDE is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 222 -
CMYK 0.00 0.15 0 0.13
HSL 298.24º 0.34% 0.8% -
HSV(B) 298.24º 0.15% 0.87% -
XYZ 60.99 56.61 76.82 -
YUV 201.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 221 188 222 0.00 0.15 0 0.13 298.24 0.34 0.8
Hex DD BC DE 0 F 0 D 12A 22 50
Octal 335 274 336 0 17 0 15 452 42 120
Binary 11011101 10111100 11011110 0 1111 0 1101 100101010 100010 1010000

Color Harmonies of #DDBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCDE

Black with #DDBCDE

Text Example


Text Example

White with #DDBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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