Html Css Color HEX #EFD6F3 Selago

📋 copy color: '#EFD6F3'

red 239 ◦ green 214 ◦ blue 243

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

Shades of Selago #EFD6F3

Tints of Selago #EFD6F3

RGB

 RED value IS 239 (93.75% from 255) = 34.34%

 GREEN value IS 214 (83.98% from 255) = 30.75%

 BLUE value IS 243 (95.31% from 255) = 34.91%

R = 34.34%
G = 30.75%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD6F3 (or 0xEFD6F3) is known color: Selago. HEX triplet: EF, D6 and F3. RGB value is (239,214,243). Sum of RGB (Red+Green+Blue) = 239+214+243=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6F3 is #10290C. Grayscale: #E0E0E0. Windows color (decimal): -1059085 or 15980271. OLE color: 15980271.

HSL color Cylindrical-coordinate representation of color #EFD6F3: hue angle of 291.72º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD6F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 214 243 -
CMYK 0.02 0.12 0 0.05
HSL 291.72º 0.55% 0.9% -
HSV(B) 291.72º 0.12% 0.95% -
XYZ 75.82 72.91 94.87 -
YUV 224.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 239 214 243 0.02 0.12 0 0.05 291.72 0.55 0.9
Hex EF D6 F3 2 C 0 5 124 37 5A
Octal 357 326 363 2 14 0 5 444 67 132
Binary 11101111 11010110 11110011 10 1100 0 101 100100100 110111 1011010

Color Harmonies of #EFD6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6F3

Black with #EFD6F3

Text Example


Text Example

White with #EFD6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6F3; }

 p { color: rgb(239,214,243); }

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

background-color css

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

 a { background-color: rgb(239,214,243); }

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

border-color css

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

 span { border-color: rgb(239,214,243); }

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