Html Css Color HEX #DDBFE1 Thistle

📋 copy color: '#DDBFE1'

red 221 ◦ green 191 ◦ blue 225

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

Shades of Thistle #DDBFE1

Tints of Thistle #DDBFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 29.98%

 BLUE value IS 225 (88.28% from 255) = 35.32%

R = 34.69%
G = 29.98%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBFE1 (or 0xDDBFE1) is known color: Thistle. HEX triplet: DD, BF and E1. RGB value is (221,191,225). Sum of RGB (Red+Green+Blue) = 221+191+225=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE1 is #22401E. Grayscale: #CBCBCB. Windows color (decimal): -2244639 or 14794717. OLE color: 14794717.

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

Color convert

RGB 221 191 225 -
CMYK 0.02 0.15 0 0.12
HSL 292.94º 0.36% 0.82% -
HSV(B) 292.94º 0.15% 0.88% -
XYZ 62.04 58.07 79.17 -
YUV 203.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 221 191 225 0.02 0.15 0 0.12 292.94 0.36 0.82
Hex DD BF E1 2 F 0 C 125 24 52
Octal 335 277 341 2 17 0 14 445 44 122
Binary 11011101 10111111 11100001 10 1111 0 1100 100100101 100100 1010010

Color Harmonies of #DDBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFE1

Black with #DDBFE1

Text Example


Text Example

White with #DDBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFE1; }

 p { color: rgb(221,191,225); }

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

background-color css

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

 a { background-color: rgb(221,191,225); }

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

border-color css

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

 span { border-color: rgb(221,191,225); }

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