Html Css Color HEX #DDBEE3 Thistle

📋 copy color: '#DDBEE3'

red 221 ◦ green 190 ◦ blue 227

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

Shades of Thistle #DDBEE3

Tints of Thistle #DDBEE3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.78%

 BLUE value IS 227 (89.06% from 255) = 35.58%

R = 34.64%
G = 29.78%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDBEE3 (or 0xDDBEE3) is known color: Thistle. HEX triplet: DD, BE and E3. RGB value is (221,190,227). Sum of RGB (Red+Green+Blue) = 221+190+227=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE3 is #22411C. Grayscale: #CBCBCB. Windows color (decimal): -2244893 or 14925533. OLE color: 14925533.

HSL color Cylindrical-coordinate representation of color #DDBEE3: hue angle of 290.27º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBEE3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 190 227 -
CMYK 0.03 0.16 0 0.11
HSL 290.27º 0.4% 0.82% -
HSV(B) 290.27º 0.16% 0.89% -
XYZ 62.1 57.75 80.55 -
YUV 203.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 221 190 227 0.03 0.16 0 0.11 290.27 0.4 0.82
Hex DD BE E3 3 10 0 B 122 28 52
Octal 335 276 343 3 20 0 13 442 50 122
Binary 11011101 10111110 11100011 11 10000 0 1011 100100010 101000 1010010

Color Harmonies of #DDBEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEE3

Black with #DDBEE3

Text Example


Text Example

White with #DDBEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEE3; }

 p { color: rgb(221,190,227); }

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

background-color css

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

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

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

border-color css

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

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

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