Html Css Color HEX #DDBCE5 Thistle

📋 copy color: '#DDBCE5'

red 221 ◦ green 188 ◦ blue 229

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

Shades of Thistle #DDBCE5

Tints of Thistle #DDBCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 34.64%
G = 29.47%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDBCE5 (or 0xDDBCE5) is known color: Thistle. HEX triplet: DD, BC and E5. RGB value is (221,188,229). Sum of RGB (Red+Green+Blue) = 221+188+229=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCE5 is #22431A. Grayscale: #CACACA. Windows color (decimal): -2245403 or 15056093. OLE color: 15056093.

HSL color Cylindrical-coordinate representation of color #DDBCE5: hue angle of 288.29º degrees, saturation: 0.44, 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 #DDBCE5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 188 229 -
CMYK 0.03 0.18 0 0.10
HSL 288.29º 0.44% 0.82% -
HSV(B) 288.29º 0.18% 0.9% -
XYZ 61.94 57 81.87 -
YUV 202.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 221 188 229 0.03 0.18 0 0.10 288.29 0.44 0.82
Hex DD BC E5 3 12 0 A 120 2C 52
Octal 335 274 345 3 22 0 12 440 54 122
Binary 11011101 10111100 11100101 11 10010 0 1010 100100000 101100 1010010

Color Harmonies of #DDBCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCE5

Black with #DDBCE5

Text Example


Text Example

White with #DDBCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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