Html Css Color HEX #EFCFF0 Snuff

📋 copy color: '#EFCFF0'

red 239 ◦ green 207 ◦ blue 240

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

Shades of Snuff #EFCFF0

Tints of Snuff #EFCFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.17%

 BLUE value IS 240 (94.14% from 255) = 34.99%

R = 34.84%
G = 30.17%
B = 34.99%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCFF0 (or 0xEFCFF0) is known color: Snuff. HEX triplet: EF, CF and F0. RGB value is (239,207,240). Sum of RGB (Red+Green+Blue) = 239+207+240=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF0 is #10300F. Grayscale: #DCDCDC. Windows color (decimal): -1060880 or 15781871. OLE color: 15781871.

HSL color Cylindrical-coordinate representation of color #EFCFF0: hue angle of 298.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCFF0 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 240 -
CMYK 0.00 0.14 0 0.06
HSL 298.18º 0.52% 0.88% -
HSV(B) 298.18º 0.14% 0.94% -
XYZ 73.64 69.27 91.93 -
YUV 220.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 239 207 240 0.00 0.14 0 0.06 298.18 0.52 0.88
Hex EF CF F0 0 E 0 6 12A 34 58
Octal 357 317 360 0 16 0 6 452 64 130
Binary 11101111 11001111 11110000 0 1110 0 110 100101010 110100 1011000

Color Harmonies of #EFCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFF0

Black with #EFCFF0

Text Example


Text Example

White with #EFCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFF0; }

 p { color: rgb(239,207,240); }

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

background-color css

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

 a { background-color: rgb(239,207,240); }

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

border-color css

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

 span { border-color: rgb(239,207,240); }

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