Html Css Color HEX #E0CFDD Thistle

📋 copy color: '#E0CFDD'

red 224 ◦ green 207 ◦ blue 221

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

Shades of Thistle #E0CFDD

Tints of Thistle #E0CFDD

RGB

 RED value IS 224 (87.89% from 255) = 34.36%

 GREEN value IS 207 (81.25% from 255) = 31.75%

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 34.36%
G = 31.75%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0CFDD (or 0xE0CFDD) is known color: Thistle. HEX triplet: E0, CF and DD. RGB value is (224,207,221). Sum of RGB (Red+Green+Blue) = 224+207+221=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDD is #1F3022. Grayscale: #D5D5D5. Windows color (decimal): -2043939 or 14536672. OLE color: 14536672.

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

Color convert

RGB 224 207 221 -
CMYK 0 0.08 0.01 0.12
HSL 310.59º 0.22% 0.85% -
HSV(B) 310.59º 0.08% 0.88% -
XYZ 66.1 65.69 77.6 -
YUV 213.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 224 207 221 0 0.08 0.01 0.12 310.59 0.22 0.85
Hex E0 CF DD 0 8 1 C 137 16 55
Octal 340 317 335 0 10 1 14 467 26 125
Binary 11100000 11001111 11011101 0 1000 1 1100 100110111 10110 1010101

Color Harmonies of #E0CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFDD

Black with #E0CFDD

Text Example


Text Example

White with #E0CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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