Html Css Color HEX #E1CBDF Thistle

📋 copy color: '#E1CBDF'

red 225 ◦ green 203 ◦ blue 223

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

Shades of Thistle #E1CBDF

Tints of Thistle #E1CBDF

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

 GREEN value IS 203 (79.69% from 255) = 31.18%

 BLUE value IS 223 (87.5% from 255) = 34.25%

R = 34.56%
G = 31.18%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1CBDF (or 0xE1CBDF) is known color: Thistle. HEX triplet: E1, CB and DF. RGB value is (225,203,223). Sum of RGB (Red+Green+Blue) = 225+203+223=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBDF is #1E3420. Grayscale: #D3D3D3. Windows color (decimal): -1979425 or 14666721. OLE color: 14666721.

HSL color Cylindrical-coordinate representation of color #E1CBDF: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CBDF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 223 -
CMYK 0 0.10 0.01 0.12
HSL 305.45º 0.27% 0.84% -
HSV(B) 305.45º 0.1% 0.88% -
XYZ 65.73 64.05 78.71 -
YUV 211.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 225 203 223 0 0.10 0.01 0.12 305.45 0.27 0.84
Hex E1 CB DF 0 A 1 C 131 1B 54
Octal 341 313 337 0 12 1 14 461 33 124
Binary 11100001 11001011 11011111 0 1010 1 1100 100110001 11011 1010100

Color Harmonies of #E1CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBDF

Black with #E1CBDF

Text Example


Text Example

White with #E1CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBDF; }

 p { color: rgb(225,203,223); }

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

background-color css

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

 a { background-color: rgb(225,203,223); }

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

border-color css

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

 span { border-color: rgb(225,203,223); }

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