Html Css Color HEX #DDBDE0 Thistle

📋 copy color: '#DDBDE0'

red 221 ◦ green 189 ◦ blue 224

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

Shades of Thistle #DDBDE0

Tints of Thistle #DDBDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 34.86%
G = 29.81%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBDE0 (or 0xDDBDE0) is known color: Thistle. HEX triplet: DD, BD and E0. RGB value is (221,189,224). Sum of RGB (Red+Green+Blue) = 221+189+224=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE0 is #22421F. Grayscale: #CACACA. Windows color (decimal): -2245152 or 14728669. OLE color: 14728669.

HSL color Cylindrical-coordinate representation of color #DDBDE0: hue angle of 294.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBDE0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 189 224 -
CMYK 0.01 0.16 0 0.12
HSL 294.86º 0.36% 0.81% -
HSV(B) 294.86º 0.16% 0.88% -
XYZ 61.47 57.15 78.31 -
YUV 202.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 221 189 224 0.01 0.16 0 0.12 294.86 0.36 0.81
Hex DD BD E0 1 10 0 C 127 24 51
Octal 335 275 340 1 20 0 14 447 44 121
Binary 11011101 10111101 11100000 1 10000 0 1100 100100111 100100 1010001

Color Harmonies of #DDBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDE0

Black with #DDBDE0

Text Example


Text Example

White with #DDBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDE0; }

 p { color: rgb(221,189,224); }

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

background-color css

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

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

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

border-color css

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

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

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