Html Css Color HEX #ECDBEE Selago

📋 copy color: '#ECDBEE'

red 236 ◦ green 219 ◦ blue 238

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

Shades of Selago #ECDBEE

Tints of Selago #ECDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.6%

 BLUE value IS 238 (93.36% from 255) = 34.34%

R = 34.05%
G = 31.6%
B = 34.34%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECDBEE (or 0xECDBEE) is known color: Selago. HEX triplet: EC, DB and EE. RGB value is (236,219,238). Sum of RGB (Red+Green+Blue) = 236+219+238=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEE is #132411. Grayscale: #E2E2E2. Windows color (decimal): -1254418 or 15653868. OLE color: 15653868.

HSL color Cylindrical-coordinate representation of color #ECDBEE: hue angle of 293.68º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDBEE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 238 -
CMYK 0.01 0.08 0 0.07
HSL 293.68º 0.36% 0.9% -
HSV(B) 293.68º 0.08% 0.93% -
XYZ 75.36 74.67 91.33 -
YUV 226.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 236 219 238 0.01 0.08 0 0.07 293.68 0.36 0.9
Hex EC DB EE 1 8 0 7 126 24 5A
Octal 354 333 356 1 10 0 7 446 44 132
Binary 11101100 11011011 11101110 1 1000 0 111 100100110 100100 1011010

Color Harmonies of #ECDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBEE

Black with #ECDBEE

Text Example


Text Example

White with #ECDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBEE; }

 p { color: rgb(236,219,238); }

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

background-color css

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

 a { background-color: rgb(236,219,238); }

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

border-color css

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

 span { border-color: rgb(236,219,238); }

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