Html Css Color HEX #EFCFF3 Snuff

📋 copy color: '#EFCFF3'

red 239 ◦ green 207 ◦ blue 243

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

Shades of Snuff #EFCFF3

Tints of Snuff #EFCFF3

RGB

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

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

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

R = 34.69%
G = 30.04%
B = 35.27%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCFF3 (or 0xEFCFF3) is known color: Snuff. HEX triplet: EF, CF and F3. RGB value is (239,207,243). Sum of RGB (Red+Green+Blue) = 239+207+243=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF3 is #10300C. Grayscale: #DCDCDC. Windows color (decimal): -1060877 or 15978479. OLE color: 15978479.

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

Color convert

RGB 239 207 243 -
CMYK 0.02 0.15 0 0.05
HSL 293.33º 0.6% 0.88% -
HSV(B) 293.33º 0.15% 0.95% -
XYZ 74.09 69.45 94.29 -
YUV 220.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 239 207 243 0.02 0.15 0 0.05 293.33 0.6 0.88
Hex EF CF F3 2 F 0 5 125 3C 58
Octal 357 317 363 2 17 0 5 445 74 130
Binary 11101111 11001111 11110011 10 1111 0 101 100100101 111100 1011000

Color Harmonies of #EFCFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFF3

Black with #EFCFF3

Text Example


Text Example

White with #EFCFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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