Html Css Color HEX #ECD7EF Selago

📋 copy color: '#ECD7EF'

red 236 ◦ green 215 ◦ blue 239

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

Shades of Selago #ECD7EF

Tints of Selago #ECD7EF

RGB

 RED value IS 236 (92.58% from 255) = 34.2%

 GREEN value IS 215 (84.38% from 255) = 31.16%

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 34.2%
G = 31.16%
B = 34.64%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD7EF (or 0xECD7EF) is known color: Selago. HEX triplet: EC, D7 and EF. RGB value is (236,215,239). Sum of RGB (Red+Green+Blue) = 236+215+239=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7EF is #132810. Grayscale: #DFDFDF. Windows color (decimal): -1255441 or 15718380. OLE color: 15718380.

HSL color Cylindrical-coordinate representation of color #ECD7EF: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD7EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 215 239 -
CMYK 0.01 0.10 0 0.06
HSL 292.5º 0.43% 0.89% -
HSV(B) 292.5º 0.1% 0.94% -
XYZ 74.47 72.67 91.76 -
YUV 224.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 236 215 239 0.01 0.10 0 0.06 292.5 0.43 0.89
Hex EC D7 EF 1 A 0 6 124 2B 59
Octal 354 327 357 1 12 0 6 444 53 131
Binary 11101100 11010111 11101111 1 1010 0 110 100100100 101011 1011001

Color Harmonies of #ECD7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD7EF

Black with #ECD7EF

Text Example


Text Example

White with #ECD7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD7EF; }

 p { color: rgb(236,215,239); }

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

background-color css

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

 a { background-color: rgb(236,215,239); }

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

border-color css

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

 span { border-color: rgb(236,215,239); }

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