Html Css Color HEX #DDBCE6 Thistle

📋 copy color: '#DDBCE6'

red 221 ◦ green 188 ◦ blue 230

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

Shades of Thistle #DDBCE6

Tints of Thistle #DDBCE6

RGB

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

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

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

R = 34.59%
G = 29.42%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDBCE6 (or 0xDDBCE6) is known color: Thistle. HEX triplet: DD, BC and E6. RGB value is (221,188,230). Sum of RGB (Red+Green+Blue) = 221+188+230=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCE6 is #224319. Grayscale: #CACACA. Windows color (decimal): -2245402 or 15121629. OLE color: 15121629.

HSL color Cylindrical-coordinate representation of color #DDBCE6: hue angle of 287.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBCE6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 188 230 -
CMYK 0.04 0.18 0 0.10
HSL 287.14º 0.46% 0.82% -
HSV(B) 287.14º 0.18% 0.9% -
XYZ 62.08 57.05 82.6 -
YUV 202.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 221 188 230 0.04 0.18 0 0.10 287.14 0.46 0.82
Hex DD BC E6 4 12 0 A 11F 2E 52
Octal 335 274 346 4 22 0 12 437 56 122
Binary 11011101 10111100 11100110 100 10010 0 1010 100011111 101110 1010010

Color Harmonies of #DDBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCE6

Black with #DDBCE6

Text Example


Text Example

White with #DDBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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