Html Css Color HEX #EFD4F3 Selago

📋 copy color: '#EFD4F3'

red 239 ◦ green 212 ◦ blue 243

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

Shades of Selago #EFD4F3

Tints of Selago #EFD4F3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.55%

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

R = 34.44%
G = 30.55%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD4F3 (or 0xEFD4F3) is known color: Selago. HEX triplet: EF, D4 and F3. RGB value is (239,212,243). Sum of RGB (Red+Green+Blue) = 239+212+243=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4F3 is #102B0C. Grayscale: #DFDFDF. Windows color (decimal): -1059597 or 15979759. OLE color: 15979759.

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

Color convert

RGB 239 212 243 -
CMYK 0.02 0.13 0 0.05
HSL 292.26º 0.56% 0.89% -
HSV(B) 292.26º 0.13% 0.95% -
XYZ 75.32 71.91 94.7 -
YUV 223.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 239 212 243 0.02 0.13 0 0.05 292.26 0.56 0.89
Hex EF D4 F3 2 D 0 5 124 38 59
Octal 357 324 363 2 15 0 5 444 70 131
Binary 11101111 11010100 11110011 10 1101 0 101 100100100 111000 1011001

Color Harmonies of #EFD4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4F3

Black with #EFD4F3

Text Example


Text Example

White with #EFD4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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