Html Css Color HEX #EFD6F2 Selago

📋 copy color: '#EFD6F2'

red 239 ◦ green 214 ◦ blue 242

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

Shades of Selago #EFD6F2

Tints of Selago #EFD6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.82%

R = 34.39%
G = 30.79%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD6F2 (or 0xEFD6F2) is known color: Selago. HEX triplet: EF, D6 and F2. RGB value is (239,214,242). Sum of RGB (Red+Green+Blue) = 239+214+242=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFD6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6F2 is #10290D. Grayscale: #E0E0E0. Windows color (decimal): -1059086 or 15914735. OLE color: 15914735.

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

Color convert

RGB 239 214 242 -
CMYK 0.01 0.12 0 0.05
HSL 293.57º 0.52% 0.89% -
HSV(B) 293.57º 0.12% 0.95% -
XYZ 75.67 72.85 94.08 -
YUV 224.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 239 214 242 0.01 0.12 0 0.05 293.57 0.52 0.89
Hex EF D6 F2 1 C 0 5 126 34 59
Octal 357 326 362 1 14 0 5 446 64 131
Binary 11101111 11010110 11110010 1 1100 0 101 100100110 110100 1011001

Color Harmonies of #EFD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6F2

Black with #EFD6F2

Text Example


Text Example

White with #EFD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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